diff --git a/webradar/script.js b/webradar/script.js
index c8c386f..137d33b 100644
--- a/webradar/script.js
+++ b/webradar/script.js
@@ -35,7 +35,7 @@ if (location.protocol == 'https:') {
 } else {
     websocketAddr = `ws://${window.location.host}/ws`
 }
-websocketAddr = "ws://192.168.0.235:8000/ws"
+//websocketAddr = "ws://192.168.0.235:8000/ws"
 
 // Util functions
 const clamp = (num, min, max) => Math.min(Math.max(num, min), max);