From 66a26cef0e6c3f614d833423422add175083616d Mon Sep 17 00:00:00 2001 From: henry4682 Date: Tue, 10 Mar 2026 10:45:11 +0800 Subject: [PATCH] fix: linebot correct the Handler.py import --- app/Linebot_handler/Handlers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Linebot_handler/Handlers.py b/app/Linebot_handler/Handlers.py index 0d0c8b3..f62242e 100644 --- a/app/Linebot_handler/Handlers.py +++ b/app/Linebot_handler/Handlers.py @@ -1,4 +1,4 @@ -from line import captcha_state +from Linebot_handler import captcha_state from Linebot_handler.Expense import ( EXPENSE_TEMPLATE, save_expense,