revert: Revert port change to 8000

This commit is contained in:
2025-10-31 10:12:39 +01:00
parent 9498c2dcc2
commit e03d50ed5b
3 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ import http.server
import socketserver
import json
PORT = 8080
PORT = 8000
class SystemInfoHandler(http.server.SimpleHTTPRequestHandler):
def do_OPTIONS(self):