From 947c75d4bca5aec5a6f165a3f548997032e77c5a Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 13 Aug 2023 16:43:02 +0300 Subject: [PATCH] increase chat truescore requirement on wpd to 500 on dark_rose's request --- files/helpers/config/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index 42748296af..786a5df98b 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -832,7 +832,7 @@ elif SITE == 'watchpeopledie.tv': MAX_VIDEO_SIZE_MB = 500 MAX_VIDEO_SIZE_MB_PATRON = 500 - TRUESCORE_CHAT_MINIMUM = 10 + TRUESCORE_CHAT_MINIMUM = 500 HOLE_NAME = 'flair' HOLE_STYLE_FLAIR = True