From b6e78a0f4da9213f5847b3dadad5228366c2a1e0 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 22 Aug 2021 19:36:34 +0200 Subject: [PATCH] fdfd --- files/routes/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/admin.py b/files/routes/admin.py index c4b4d9acf..0a44ed341 100644 --- a/files/routes/admin.py +++ b/files/routes/admin.py @@ -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)