mirror of
https://github.com/ComradCollective/Comrad
synced 2024-11-17 21:25:37 +00:00
updates
This commit is contained in:
parent
5bd12f78df
commit
ad4163f661
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user