Skip to content

Commit ebc3815

Browse files
authored
update websocket remote address (#112)
1 parent e56d9cd commit ebc3815

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e3dc/_e3dc_rscp_web.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
4848
"""
4949

50-
REMOTE_ADDRESS = "wss://s10.e3dc.com/ws/"
50+
REMOTE_ADDRESS = "wss://s10.e3dc.com/ws"
5151

5252

5353
class SocketNotReady(Exception):

0 commit comments

Comments
 (0)