stuff and things

This commit is contained in:
Kim Ravn Hansen
2025-09-05 17:47:28 +02:00
parent 3835ad1de3
commit 8bcbdbfe35
6 changed files with 306 additions and 221 deletions

View File

@@ -132,7 +132,7 @@
this.updateStatus('Connecting...', 'connecting');
try {
this.ws = new WebSocket(wsUrl);
this. s = new WebSocket(wsUrl);
this.ws.onopen = () => {
this.updateStatus('Connected', 'connected');