diff --git a/backend/autometabuilder/workflow/plugins/control/control_start_bot/control_start_bot.py b/backend/autometabuilder/workflow/plugins/control/control_start_bot/control_start_bot.py index 2fd720d..72d0a80 100644 --- a/backend/autometabuilder/workflow/plugins/control/control_start_bot/control_start_bot.py +++ b/backend/autometabuilder/workflow/plugins/control/control_start_bot/control_start_bot.py @@ -39,7 +39,6 @@ def reset_bot_state(): _reset_run_state() - def _run_bot_task(mode: str, iterations: int, yolo: bool, stop_at_mvp: bool) -> None: """Execute bot task in background thread.""" global _bot_process, _mock_running, _current_run_config