From 8e8af3b60a27ee00ce9f0593d4f0aab9be820b62 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 27 Sep 2021 02:17:35 +0200 Subject: [PATCH] fds --- files/routes/admin.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/files/routes/admin.py b/files/routes/admin.py index cf0b2d6eb..d5596feb8 100644 --- a/files/routes/admin.py +++ b/files/routes/admin.py @@ -168,7 +168,10 @@ def monthly(v): for u in g.db.query(User).options(lazyload('*')).filter(User.patron > 0).all(): grant_awards = {} - if u.patron == 1: + if u.id == 1376: + grant_awards["fireflies"] = 40 + grant_awards["ban"] = 6 + elif u.patron == 1: grant_awards["shit"] = 1 grant_awards["fireflies"] = 1 elif u.patron == 2: