diff --git a/pyhilo/api.py b/pyhilo/api.py index 6c551dd..5b1d18b 100755 --- a/pyhilo/api.py +++ b/pyhilo/api.py @@ -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