From 44a273c9d16ee8176441a4b319214edefad95f06 Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Wed, 20 May 2026 17:13:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9C=AA=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/services/ops_api.py | 1 - 1 file changed, 1 deletion(-) 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():