This commit is contained in:
Aevann1 2021-08-22 19:36:34 +02:00
parent 314cb04b55
commit 1fe06265b0

View file

@ -145,7 +145,7 @@ def monthly(v):
for key, value in grant_awards.items():
text += f" - **{value}** {AWARDS[key]['title']} {'Awards' if value != 1 else 'Award'}\n"
send_notification(NOTIFICATIONS_ACCOUNT, user, text)
send_notification(NOTIFICATIONS_ACCOUNT, u, text)
g.db.bulk_save_objects(_awards)