From 301be67a119835284117aeacebe58671c6b71ff2 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 13 Nov 2021 23:09:39 +0200 Subject: [PATCH] dfsfds --- files/routes/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/settings.py b/files/routes/settings.py index 2a1b841d4..ed82c074d 100644 --- a/files/routes/settings.py +++ b/files/routes/settings.py @@ -511,7 +511,7 @@ def gumroad(v): v.procoins += procoins send_notification(v.id, f"You were given {procoins} Marseybux! You can use them to buy awards in the [shop](/shop).") - if v.truecoins > 150 and v.patron > 0 or v.patron > 2: v.cluballowed = True + if v.truecoins > 150 and v.patron > 0: v.cluballowed = True if v.patron > 3 and v.verified == None: v.verified = "Verified" g.db.add(v)