From afb65d8d0f1d1b1960f0980bec7d18f7c4b8dd21 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 18 Sep 2021 19:57:59 +0200 Subject: [PATCH] fdsfs --- 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 8f34bb2ebb..3a130657c5 100644 --- a/files/routes/admin.py +++ b/files/routes/admin.py @@ -227,7 +227,7 @@ def monthly(v): a = AwardRelationship( user_id=u.id, kind=name - )) + ) g.db.add(a) text = "You were given the following awards:\n\n"