8000 VCORE-3651 Add support for *for* attribute in twiml element (#444) · BioComputing/twilio-python@a13c87e · GitHub
[go: up one dir, main page]

Skip to content

Commit a13c87e

Browse files
nmahurecjcodes
authored andcommitted
VCORE-3651 Add support for *for* attribute in twiml element (twilio#444)
1 parent a5b64f1 commit a13c87e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

twilio/twiml/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class TwiML(object):
3535
'from_': 'from',
3636
'xml_lang': 'xml:lang',
3737
'interpret_as': 'interpret-as',
38+
'for_': 'for',
3839
}
3940

4041
def __init__(self, **kwargs):

0 commit comments

Comments
 (0)
0