get that out
This commit is contained in:
parent
7f1ee9af7c
commit
2b3dc08f99
2 changed files with 1 additions and 2 deletions
|
|
@ -16,7 +16,6 @@ class InboundCallServer():
|
|||
self.app.post("/vocode")(self.handle_call)
|
||||
|
||||
async def handle_call(self, twilio_sid: str = Form(alias='CallSid')):
|
||||
print(api_key, VOCODE_INBOUND_CALL_URL)
|
||||
response = requests.post(
|
||||
VOCODE_INBOUND_CALL_URL,
|
||||
headers={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue