Trying to get python bridge to work.

This commit is contained in:
Raphaël Numbus
2026-05-17 14:14:50 +02:00
parent 2bed788e92
commit a8de439ece
2 changed files with 14 additions and 10 deletions
@@ -51,5 +51,5 @@ class BridgeHandler(http.server.SimpleHTTPRequestHandler):
self.end_headers()
with open(os.path.join(SIGNALS_DIR, ".deploy_signal"), "w") as f: f.write("1")
os.chdir(PAGES_DIR)
os.chdir(../)
http.server.HTTPServer(('localhost', 8088), BridgeHandler).serve_forever()