remotes/1693045480750635534/spooky-22
Aevann1 2021-08-22 19:36:34 +02:00
parent 9acf0ead77
commit b6e78a0f4d
1 changed files with 1 additions and 1 deletions

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)