From 96b08ffde16a953735979bc0291bdd835ceaabb9 Mon Sep 17 00:00:00 2001 From: henry4682 Date: Mon, 9 Mar 2026 15:57:30 +0800 Subject: [PATCH] feature: linebot 1. remove redundant code --- app/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/main.py b/app/main.py index e0ac5fc..8bf341f 100644 --- a/app/main.py +++ b/app/main.py @@ -86,7 +86,6 @@ def handle_message(event): captcha_state.captcha_event.set() # 通知爬蟲 reply = "✅ 驗證碼已送出!" else: - print(f"captcha_future 狀態: {captcha_state.captcha_future}") # 加這行 reply = parse_and_save(user_id, text) with ApiClient(configuration) as api_client: