fix: linebot

correct the way import
This commit is contained in:
2026-03-10 10:42:15 +08:00
parent 991ebeb6fd
commit 7af5bd8caf
5 changed files with 7 additions and 7 deletions

View File

@@ -0,0 +1,4 @@
import threading
captcha_answer: str | None = None
captcha_event: threading.Event | None = None