get that out
This commit is contained in:
parent
7f1ee9af7c
commit
2b3dc08f99
2 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "vocode"
|
||||
version = "0.1.25"
|
||||
version = "0.1.26"
|
||||
description = "The all-in-one voice SDK"
|
||||
authors = ["Ajay Raj <ajay@vocode.dev>"]
|
||||
license = "MIT License"
|
||||
|
|
|
|||
|
|
@ -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