Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
komuw committed May 28, 2019
1 parent 7e4763c commit ae4bae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion naz/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def __init__(
registered_delivery: int = 0b00000001, # see section 5.2.17
replace_if_present_flag: int = 0x00000000,
sm_default_msg_id: int = 0x00000000,
enquire_link_interval: int = 300,
enquire_link_interval: int = 55,
log_handler: typing.Union[None, logger.BaseLogger] = None,
loglevel: str = "INFO",
log_metadata: typing.Union[None, dict] = None,
Expand Down

0 comments on commit ae4bae4

Please sign in to comment.