Skip to content

Commit

Permalink
initializing protom_response
Browse files Browse the repository at this point in the history
  • Loading branch information
cantupaz committed Feb 14, 2024
1 parent 1ccfd8c commit 3a554f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def __init__(
self.command_map = COMMAND_MAP[command_type]
self.delay_check_operation: int = delay_check_operation

self.protom_response: str
self.protom_response: str = ""
self.authentication_token: str = ""
self.authentication_token_exp: datetime = datetime.min
self.login_timestamp: int = 0
Expand Down

0 comments on commit 3a554f6

Please sign in to comment.