From a49165284622e3e587cb3d99f06e33ca1702097b Mon Sep 17 00:00:00 2001 From: gsd Date: Sun, 4 Feb 2024 14:01:50 +0300 Subject: [PATCH] fkx3 --- ws.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ws.py b/ws.py index 7a4845f..0903525 100644 --- a/ws.py +++ b/ws.py @@ -27,6 +27,7 @@ class WS: else: print(f"Run after setup {SERVICE_NAME}: {START_AFTER_CONNECT}") addr = backend.replace("https://", "wss://") + print(f"Connect to {addr}, secret len: {len(auth)}") self.ws = websocket.WebSocketApp(addr, cookie="secretkey="+auth, on_close=self.on_close, on_open=self.on_open) @staticmethod