修复未使用变量

This commit is contained in:
2569718930@qq.com
2026-05-20 17:13:05 +08:00
parent 6f7e847b01
commit 44a273c9d1
-1
View File
@@ -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():