From e03d50ed5b7841b4e8c47d37690b257e443528c1 Mon Sep 17 00:00:00 2001 From: ramforth Date: Fri, 31 Oct 2025 10:12:39 +0100 Subject: [PATCH] revert: Revert port change to 8000 --- system_monitor_overlay/server.py | 2 +- system_monitor_overlay/system_monitor.html | 2 +- system_monitor_overlay/system_monitor_no_heading.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 @@