From 16e772351d2d64815f9bfb810dcc8f16948dda09 Mon Sep 17 00:00:00 2001 From: Antoine Weill--Duflos Date: Sat, 16 Nov 2024 14:26:43 -0500 Subject: [PATCH] reverted a typo when removing the forced logs. --- pyhilo/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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