diff --git a/system_monitor_overlay/server.py b/system_monitor_overlay/server.py index 8d78623..1d4735a 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 = 8000 +PORT = 8080 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 37c2716..6acdbe3 100644 --- a/system_monitor_overlay/system_monitor.html +++ b/system_monitor_overlay/system_monitor.html @@ -37,7 +37,7 @@