mirror of
https://github.com/henry4682/linebot_finance.git
synced 2026-05-16 04:41:52 +00:00
4 lines
96 B
Python
Executable File
4 lines
96 B
Python
Executable File
import threading
|
|
|
|
captcha_answer: str | None = None
|
|
captcha_event: threading.Event | None = None |