diff --git a/web/services/ops_api.py b/web/services/ops_api.py index 4f5d7f09..593ee4ff 100644 --- a/web/services/ops_api.py +++ b/web/services/ops_api.py @@ -912,7 +912,6 @@ def get_ops_telegram_audit(request: Request) -> Dict[str, Any]: except Exception: return chat_id, None - all_tasks = [] with concurrent.futures.ThreadPoolExecutor(max_workers=10) as executor: futures = {} for tg_id in user_info.keys():