Fixing a stupid typo, sorry about that
This commit is contained in:
parent
55d392c274
commit
98ace59f80
@ -61,7 +61,7 @@ if (id) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
var wss_address = "wss://" + websocket_server + ":" + websocket_port +"/");
|
var wss_address = "wss://" + websocket_server + ":" + websocket_port +"/";
|
||||||
console.log("Opening WSS: " + wss_address)
|
console.log("Opening WSS: " + wss_address)
|
||||||
var ws = new WebSocket(wss_address);
|
var ws = new WebSocket(wss_address);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user