diff --git a/src/client/cli.py b/src/client/cli.py index 02a3d95..ae0d7ae 100644 --- a/src/client/cli.py +++ b/src/client/cli.py @@ -26,7 +26,7 @@ def on_open(ws): if __name__ == "__main__": websocket.enableTrace(True) - ws = websocket.WebSocketApp("wss://hornetfighter.com:9443", + ws = websocket.WebSocketApp("ws://localhost:6873", on_open=on_open, on_message=on_message, on_error=on_error,