From 79eb562e3e3ddc0c6990f8d377d92a21b17858f6 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 24 Aug 2021 19:45:07 +0200 Subject: [PATCH] css --- files/routes/admin.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/files/routes/admin.py b/files/routes/admin.py index a95713fd7..c46fc562e 100644 --- a/files/routes/admin.py +++ b/files/routes/admin.py @@ -116,19 +116,19 @@ def monthly(v): grant_awards = {} if u.patron == 1: - #grant_awards["shit"] = 1 + grant_awards["shit"] = 1 grant_awards["gold"] = 1 elif u.patron == 2: - #grant_awards["shit"] = 3 + grant_awards["shit"] = 3 grant_awards["gold"] = 3 elif u.patron == 3: - #grant_awards["shit"] = 5 + grant_awards["shit"] = 5 grant_awards["gold"] = 5 - #grant_awards["ban"] = 1 + grant_awards["ban"] = 1 elif u.patron == 4: - #grant_awards["shit"] = 10 + grant_awards["shit"] = 10 grant_awards["gold"] = 10 - #grant_awards["ban"] = 3 + grant_awards["ban"] = 3 for name in grant_awards: