From c0ba5106d3331138a09a53eb142830116c307e92 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 17 Sep 2021 17:47:48 +0200 Subject: [PATCH] fdfd --- files/routes/admin.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/routes/admin.py b/files/routes/admin.py index 40475a8f0b..6a9b94365b 100644 --- a/files/routes/admin.py +++ b/files/routes/admin.py @@ -436,7 +436,8 @@ def badge_grant_post(v): g.db.add(user) - g.db.commit() + + g.db.commit() return redirect("/admin/badge_grant")