feat: linebot
All checks were successful
Oracle-Deploy / redeploy (push) Successful in 31s

1. change syntax error
This commit is contained in:
2026-03-24 10:36:26 +08:00
parent c6e28ef1bd
commit 4bf0262c5f

View File

@@ -259,7 +259,7 @@ def query_month(line_user_id: str) -> str:
return "本月還沒有記錄 📭"
total = sum(float(r.total_amount) for r in rows)
summary = {}
summary = []
for row in rows:
name = row.display_name
amt = float(row.total_amount)