From 04aa88f71f564ac03a23f8688516f8ca8f0c13f1 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 21 Oct 2022 16:44:31 +0200 Subject: [PATCH] fix jigsaw WPD tier --- files/routes/users.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/files/routes/users.py b/files/routes/users.py index f211e22a5..ae7b53a84 100644 --- a/files/routes/users.py +++ b/files/routes/users.py @@ -1202,7 +1202,8 @@ kofi_tiers={ 10: 2, 20: 3, 50: 4, - 100: 5 + 100: 5, + 200: 6 } @app.post("/settings/kofi")