From 55cabe5e936067f806e2d996f272f20ae4bbeeb7 Mon Sep 17 00:00:00 2001 From: Christopher Banck Date: Thu, 21 Mar 2024 09:58:00 +0100 Subject: [PATCH] update websocket remote address --- e3dc/_e3dc_rscp_web.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e3dc/_e3dc_rscp_web.py b/e3dc/_e3dc_rscp_web.py index 768607e..a83fb20 100644 --- a/e3dc/_e3dc_rscp_web.py +++ b/e3dc/_e3dc_rscp_web.py @@ -47,7 +47,7 @@ """ -REMOTE_ADDRESS = "wss://s10.e3dc.com/ws/" +REMOTE_ADDRESS = "wss://s10.e3dc.com/ws" class SocketNotReady(Exception):