Skip to content

Commit

Permalink
SWI-4276 (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrice6713 authored Jan 11, 2024
1 parent 8aa1813 commit 0fd1abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bandwidth/models/bxml/verbs/record.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def __init__(
transcription_available_method: str=None, username: str=None,
password: str=None, fallback_username: str=None,
fallback_password: str=None, tag: str=None,
terminating_digits: str=None, max_duration: int=None,
terminating_digits: str=None, max_duration: int=60,
silence_timeout: str=None, file_format: str=None
):
"""Initialize a <Record> verb
Expand Down

0 comments on commit 0fd1abc

Please sign in to comment.