diff --git a/system_monitor_overlay/server.py b/system_monitor_overlay/server.py index 1d4735a..8d78623 100644 --- a/system_monitor_overlay/server.py +++ b/system_monitor_overlay/server.py @@ -3,7 +3,7 @@ import http.server import socketserver import json -PORT = 8080 +PORT = 8000 class SystemInfoHandler(http.server.SimpleHTTPRequestHandler): def do_OPTIONS(self): diff --git a/system_monitor_overlay/system_monitor.html b/system_monitor_overlay/system_monitor.html index 6acdbe3..37c2716 100644 --- a/system_monitor_overlay/system_monitor.html +++ b/system_monitor_overlay/system_monitor.html @@ -37,7 +37,7 @@