Files
linebot_finance/app/Linebot_handler/Captcha_state.py
henry4682 7af5bd8caf fix: linebot
correct the way import
2026-03-10 10:42:15 +08:00

4 lines
96 B
Python

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