upgrade mistune

This commit is contained in:
Kenneth Kehl
2025-03-31 09:28:35 -07:00
parent 64495e8f5a
commit 5bfca4bf82
3 changed files with 9 additions and 8 deletions

View File

@@ -629,7 +629,8 @@ def dao_fetch_stats_for_service_from_days_for_user(
).group_by(total_substmt.c.hour)
total_notifications = {
row.hour: row.total_notifications for row in db.session.execute(total_stmt).all()
row.hour: row.total_notifications
for row in db.session.execute(total_stmt).all()
}
stmt = (