Files
linebot_finance/app/Line/Captcha_state.py
henry4682 c0edc06ab1 feat: linbot
restruct the project
2026-03-10 10:15:22 +08:00

4 lines
96 B
Python

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