From 87148af4e51df5bc772d586a2350731807349ccb Mon Sep 17 00:00:00 2001 From: misyaguziya Date: Sat, 10 Aug 2024 11:19:51 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B[bugfix]=20Main=20:=20=E3=83=86?= =?UTF-8?q?=E3=82=B9=E3=83=88=E3=82=B3=E3=83=BC=E3=83=89=E3=81=AElog?= =?UTF-8?q?=E3=81=AEstatus=E3=82=92=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-python/webui_mainloop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-python/webui_mainloop.py b/src-python/webui_mainloop.py index e083304e..4bd8df77 100644 --- a/src-python/webui_mainloop.py +++ b/src-python/webui_mainloop.py @@ -335,7 +335,7 @@ if __name__ == "__main__": time.sleep(0.1) for endpoint, value in controller_mapping.items(): - print("endpoint: ", endpoint) + print(json.dumps({"status":348, "log": f"endpoint: {endpoint}"})) match endpoint: case "/controller/callback_messagebox_press_key_enter":