From c712fb4b9db993b413abfa2aaadd2fa538d4dffa Mon Sep 17 00:00:00 2001 From: TLSM Date: Mon, 7 Nov 2022 17:00:37 -0500 Subject: [PATCH] WPD: add POLL_THREAD. --- files/helpers/const.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/helpers/const.py b/files/helpers/const.py index cc1c92422..3897ae378 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -554,6 +554,8 @@ elif SITE == 'watchpeopledie.tv': ERROR_TITLES[415] = "Unsupported Media Type" ERROR_TITLES[500] = "Internal Server Error" + POLL_THREAD = 13225 + SIDEBAR_THREAD = 5403 BANNER_THREAD = 9869