feature: linebot

1. remove redundant code
This commit is contained in:
2026-03-09 15:57:30 +08:00
parent 6b17e6aaa4
commit 96b08ffde1

View File

@@ -86,7 +86,6 @@ def handle_message(event):
captcha_state.captcha_event.set() # 通知爬蟲 captcha_state.captcha_event.set() # 通知爬蟲
reply = "✅ 驗證碼已送出!" reply = "✅ 驗證碼已送出!"
else: else:
print(f"captcha_future 狀態: {captcha_state.captcha_future}") # 加這行
reply = parse_and_save(user_id, text) reply = parse_and_save(user_id, text)
with ApiClient(configuration) as api_client: with ApiClient(configuration) as api_client: