From ea4c3fb7dcaab598c2ee941c210bcb1402064538 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 23 May 2024 02:37:09 +0300 Subject: [PATCH] fix capitalist badge in WPD --- files/helpers/config/const.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/helpers/config/const.py b/files/helpers/config/const.py index c517c0c26..b2cc2a340 100644 --- a/files/helpers/config/const.py +++ b/files/helpers/config/const.py @@ -82,6 +82,8 @@ else: SITE_FULL_IMAGES = f'https://{SITE_IMAGES}' SITE_FULL_VIDEOS = f'https://{SITE_VIDEOS}' +if SITE == 'marsey.world': + SITE_FULL_IMAGES = f'https://i.watchpeopledie.tv' if SITE == 'rdrama.net': OTHER_SITE_NAME = 'WPD'