fix: Replaced test connection url with the actual one
This commit is contained in:
@@ -12,7 +12,7 @@ function PyG2O_Start(url, reconnect = false, silent = false)
|
|||||||
|
|
||||||
_pyg2o_server_connection = WebsocketClient();
|
_pyg2o_server_connection = WebsocketClient();
|
||||||
_pyg2o_server_connection.silent = true;
|
_pyg2o_server_connection.silent = true;
|
||||||
_pyg2o_server_connection.setUrl("ws://localhost:8080");
|
_pyg2o_server_connection.setUrl(url);
|
||||||
_pyg2o_server_connection.start();
|
_pyg2o_server_connection.start();
|
||||||
|
|
||||||
if (!_silent)
|
if (!_silent)
|
||||||
|
|||||||
Reference in New Issue
Block a user