mirror of
https://github.com/henry4682/linebot_finance.git
synced 2026-05-16 04:41:52 +00:00
fix: linebot
correct the way import
This commit is contained in:
4
app/Linebot_handler/Captcha_state.py
Normal file
4
app/Linebot_handler/Captcha_state.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import threading
|
||||
|
||||
captcha_answer: str | None = None
|
||||
captcha_event: threading.Event | None = None
|
||||
Reference in New Issue
Block a user