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: