revert: Revert port change to 8000
This commit is contained in:
@@ -3,7 +3,7 @@ import http.server
|
||||
import socketserver
|
||||
import json
|
||||
|
||||
PORT = 8080
|
||||
PORT = 8000
|
||||
|
||||
class SystemInfoHandler(http.server.SimpleHTTPRequestHandler):
|
||||
def do_OPTIONS(self):
|
||||
|
||||
Reference in New Issue
Block a user