This commit is contained in:
2020-10-08 03:01:52 +08:00
parent 3e8bfad321
commit 546093b01f
2 changed files with 69 additions and 9 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
}
function connect() {
sock = new WebSocket('ws://127.0.0.1:9530/', ['chat-superchat']);
sock = new WebSocket('ws://47.92.194.207:9530');
sock.onopen = function () {
if (tick) {
clearInterval(tick)