chore(mma): Clean up mma_exec.py and robustify visual simulation mocking

This commit is contained in:
2026-02-28 22:27:17 -05:00
parent 42c42985ee
commit 397b4e6001
17 changed files with 471 additions and 122 deletions

View File

@@ -134,6 +134,7 @@ class HookHandler(BaseHTTPRequestHandler):
# Added lines for tracks and proposed_tracks
result["tracks"] = getattr(app, "tracks", [])
result["proposed_tracks"] = getattr(app, "proposed_tracks", [])
result["mma_streams"] = getattr(app, "mma_streams", {})
finally:
event.set()
with app._pending_gui_tasks_lock: