2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-17 21:25:37 +00:00
This commit is contained in:
quadrismegistus 2020-09-06 12:44:02 +01:00
parent 5bd12f78df
commit ad4163f661

View File

@ -29,7 +29,7 @@ class TheTelephone(Logger):
msg=msg.replace('/','_') msg=msg.replace('/','_')
URL = OPERATOR_API_URL + msg + '/' URL = OPERATOR_API_URL + msg + '/'
self.log("DIALING THE OPERATOR:",URL) self.log("DIALING THE OPERATOR:",URL)
r=await tor_request(URL) r=await tor_request_async(URL)
print(r) print(r)
print(r.text) print(r.text)
return r return r