Skip to content
This repository was archived by the owner on May 24, 2023. It is now read-only.

Commit 2ea0f5c

Browse files
authored
Fixing missing parenthesis
1 parent 01d980d commit 2ea0f5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

voice/transfer-call-inline-ncco.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
)
1717

1818
response = client.create_call({
19-
'to': [{'type': 'phone', 'number': os.getenv('TO_NUMBER' }],
20-
'from': {'type': 'phone', 'number': os.getenv('FROM_NUMBER' },
19+
'to': [{'type': 'phone', 'number': os.getenv('TO_NUMBER')}],
20+
'from': {'type': 'phone', 'number': os.getenv('FROM_NUMBER')},
2121
"ncco": [{"action": "talk", "text": "This is an old NCCO that will be replaced with another one"}]
2222
})
2323

0 commit comments

Comments
 (0)