Files
linebot_finance/app/Linebot_handler/Captcha_state.py

4 lines
96 B
Python
Executable File

import threading
captcha_answer: str | None = None
captcha_event: threading.Event | None = None