|
|
@ -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 |
|
|
|