Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxxcode committed Jan 5, 2024
1 parent bfaf4ba commit ba01f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def login(self, username: str, secret: str, login_timeout: int, fully_booted_tim
f"Unable to login AMI client: reached timeout of {login_timeout}s when validating login")
if not self.__is_asterisk_fully_booted and time() > start_time + fully_booted_timeout:
self.__raise_critical(f"Unable to login AMI client: reached timeout of {fully_booted_timeout}s when "
"validating that Asterisk is fully booted")
"validating that Asterisk is fully booted")

sleep(self.__wait_sequence_timeout)

Expand Down

0 comments on commit ba01f05

Please sign in to comment.