mirror of
https://github.com/henry4682/linebot_finance.git
synced 2026-05-16 04:41:52 +00:00
feature: linebot
1. remove redundant code
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user