mirror of
https://github.com/henry4682/linebot_finance.git
synced 2026-05-16 04:41:52 +00:00
1. change syntax error
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user