From 9299587c34bb65dbd86c3598d2b6652995b6c6e0 Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 17 Mar 2023 09:24:37 +0200 Subject: [PATCH] add notification thread for WPD --- files/helpers/config/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index 14a929302..b3e20e62b 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -840,6 +840,7 @@ elif SITE == 'watchpeopledie.tv': PERMS['USER_BLACKLIST'] = 6 SUB_BANNER_LIMIT = 69420 + NOTIFICATION_THREAD = 27855 ERROR_TITLES.update({ 400: "Bad Request",