forked from MarseyWorld/MarseyWorld
fdfd
parent
9acf0ead77
commit
b6e78a0f4d
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue