feat: improve scheduled push notifications
This commit is contained in:
@@ -97,7 +97,7 @@ def archive_months_missing_up_to_previous() -> None:
|
||||
)
|
||||
)
|
||||
db.session.commit()
|
||||
evaluate_monthly_badges(year, month)
|
||||
evaluate_monthly_badges(year, month, notify=True)
|
||||
year, month = next_month(year, month)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user