🐛[bugfix] Model : test_all -> main

This commit is contained in:
misyaguziya
2024-09-19 12:27:52 +09:00
parent ae18c92a5a
commit 52fcd2bc29

View File

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