get that out

This commit is contained in:
Ajay Raj 2023-03-06 23:22:04 -08:00
commit 2b3dc08f99
2 changed files with 1 additions and 2 deletions

View file

@ -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={