Changed port

This commit is contained in:
Raphaël Numbus
2026-03-29 12:50:31 +02:00
parent c42c288c62
commit a2c98d9ccf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -36,4 +36,4 @@ class BridgeHandler(http.server.SimpleHTTPRequestHandler):
with open(".deploy_signal", "w") as f: f.write("1")
os.chdir("configurator")
http.server.HTTPServer(('localhost', 49151), BridgeHandler).serve_forever()
http.server.HTTPServer(('localhost', 8088), BridgeHandler).serve_forever()