fix: correct IP assignment and enhance socketio initialization

This commit is contained in:
derlole
2025-05-07 11:26:27 +00:00
parent 10d6558725
commit 5b118d63b3
3 changed files with 3 additions and 3 deletions

View File

@@ -28,4 +28,4 @@ socket.on('static_data', (data) => {
gebId("infoMain").classList.add("blink-orange");
gebId("machine-status-butt").classList.add("deniePress");
}
});
});