master
quadrismegistus 4 years ago
parent 3464e2bb57
commit dbd67746f7

@ -27,7 +27,7 @@ class TheSwitchboard(FlaskView, Logger):
def post(self):
clear_screen()
from comrad.cli.artcode import ART_OLDPHONE4
data_b=requests.data
data_b=request.data
self.log(f'Incoming call! {ART_OLDPHONE4}')#': {data_b}')

@ -67,7 +67,7 @@ class TheTelephone(Operator):
# URL = self.api_url + msg_b64_str_esc + '/'
self.log("DIALING THE OPERATOR:",URL)
self.log("DIALING THE OPERATOR:",self.api_url,'...')
# phonecall=await self.comrad_request_async(URL)
# import asyncio

Loading…
Cancel
Save