Skip to content

Commit

Permalink
update websocket remote address (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
vchrisb authored Mar 21, 2024
1 parent e56d9cd commit ebc3815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e3dc/_e3dc_rscp_web.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"""

REMOTE_ADDRESS = "wss://s10.e3dc.com/ws/"
REMOTE_ADDRESS = "wss://s10.e3dc.com/ws"


class SocketNotReady(Exception):
Expand Down

0 comments on commit ebc3815

Please sign in to comment.