From e40c9014c29a1396685ae06bfcd69702eb48c408 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 9 Nov 2022 22:54:41 +0200 Subject: [PATCH] add pizza to boosted_users --- files/helpers/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/helpers/const.py b/files/helpers/const.py index bedbe0245..a903ae28e 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -1616,6 +1616,7 @@ BOOSTED_HOLES = { BOOSTED_USERS = { 5800, #Impassionata + PIZZASHILL_ID, } IMAGE_FORMATS = ['png','gif','jpg','jpeg','webp']