From 74a39109e9a2fd9ee77872c332ef76e9e6bbe3a2 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 10 Jul 2022 14:05:12 +0200 Subject: [PATCH] fix WPD bugs --- files/helpers/const.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 85afe8560..fc910daac 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -274,7 +274,7 @@ elif SITE == 'cringetopia.org': HOLE_COST = 10000 - AUTOJANNY_ID = 2 + AUTOJANNY_ID = 1 SNAPPY_ID = 3 LONGPOSTBOT_ID = 4 ZOZBOT_ID = 5 @@ -307,7 +307,7 @@ elif SITE == 'watchpeopledie.co': HOLE_STYLE_FLAIR = True HOLE_REQUIRED = True - AUTOJANNY_ID = 2 + AUTOJANNY_ID = 1 SNAPPY_ID = 3 LONGPOSTBOT_ID = 4 ZOZBOT_ID = 5