p spacing

This commit is contained in:
Zakhar
2026-05-21 13:03:24 +02:00
parent c6bf4e2883
commit 493e5773f9
2 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
(() => {
const socketUrl = 'ws://192.168.1.138:9878';
const socketUrl = 'ws://192.168.1.149:9878';
let socket = new WebSocket(socketUrl);
socket.addEventListener('close', () => {
const interAttemptTimeoutMilliseconds = 100;