fix: Replaced test connection url with the actual one

This commit is contained in:
AURUMVORXX
2025-04-16 17:32:48 +03:00
parent 441b0d012c
commit 62a3c7f90c

View File

@@ -12,7 +12,7 @@ function PyG2O_Start(url, reconnect = false, silent = false)
_pyg2o_server_connection = WebsocketClient();
_pyg2o_server_connection.silent = true;
_pyg2o_server_connection.setUrl("ws://localhost:8080");
_pyg2o_server_connection.setUrl(url);
_pyg2o_server_connection.start();
if (!_silent)