From 8436ee00a7c420bffe4de553b7d36685f85dc846 Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 21 Aug 2023 18:40:00 +0300 Subject: [PATCH] restore 50ts chat requirement for wpd --- 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 4b5531cce8..9d2ee62d7d 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -830,7 +830,7 @@ elif SITE == 'watchpeopledie.tv': MAX_VIDEO_SIZE_MB = 500 MAX_VIDEO_SIZE_MB_PATRON = 500 - TRUESCORE_CHAT_MINIMUM = 10 + TRUESCORE_CHAT_MINIMUM = 50 HOLE_NAME = 'flair' HOLE_STYLE_FLAIR = True