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"