8000 Adds support for kwargs for <Gather> · jstacoder/twilio-python@1348e7f · GitHub
[go: up one dir, main page]

Skip to content

Commit 1348e7f

Browse files
authored
Adds support for kwargs for <Gather>
Gather accepts **kwargs as an argument but does not include it when calling self.append so kwargs are dropped, this commit adds kwargs
1 parent d96a546 commit 1348e7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

twilio/twiml/voice_response.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ def gather(self,
122122
timeout=timeout,
123123
finish_on_key=finish_on_key,
124124
num_digits=num_digits,
125+
**kwargs
125126
))
126127

127128
def hangup(self):

0 commit comments

Comments
 (0)
0