Skip to content

Commit

Permalink
reverted a typo when removing the forced logs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Leicas committed Nov 16, 2024
1 parent 607aa8d commit 16e7723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyhilo/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def __init__(
self._oauth_session = oauth_session
self.websocket: WebsocketClient
self.websocket2: WebsocketClient
self.log_traces = False
self.log_traces = log_traces
self._get_device_callbacks: list[Callable[..., Any]] = []

@classmethod
Expand Down

0 comments on commit 16e7723

Please sign in to comment.