Skip to content

Commit 0fd1abc

Browse files
authored
SWI-4276 (#183)
1 parent 8aa1813 commit 0fd1abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bandwidth/models/bxml/verbs/record.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def __init__(
2121
transcription_available_method: str=None, username: str=None,
2222
password: str=None, fallback_username: str=None,
2323
fallback_password: str=None, tag: str=None,
24-
terminating_digits: str=None, max_duration: int=None,
24+
terminating_digits: str=None, max_duration: int=60,
2525
silence_timeout: str=None, file_format: str=None
2626
):
2727
"""Initialize a <Record> verb

0 commit comments

Comments
 (0)