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()