Commit 7f882c16 by Juan Pablo

correciones boludas

1 parent 42814911
......@@ -83,6 +83,7 @@ class Wpp1(ServiceBase):
result = requests.get(url = Wpp1.URL + Wpp1.URLmode[types[file]],params = {'token':Wpp1.token,'uid':origen,'to':data[Table.dest],'url':Wpp1.server + path.text})
succ[file] = result.json()['success']
except:
print("ROMPIO ALGO EN EL ENVIO")
succ[file] = False
return succ
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!