From 52fcd2bc29d343dbac713681982e02a632ed1176 Mon Sep 17 00:00:00 2001 From: misyaguziya Date: Thu, 19 Sep 2024 12:27:52 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B[bugfix]=20Model=20:=20test=5Fall?= =?UTF-8?q?=20->=20main?= 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 35c352e1..491c4e80 100644 --- a/src-python/webui_mainloop.py +++ b/src-python/webui_mainloop.py @@ -398,7 +398,7 @@ if __name__ == "__main__": for key in controller_mapping.keys(): controller_mapping[key]["status"] = True - process = "test_all" + process = "main" match process: case "main": main.loop()