From 3a97dac234927960b233633ed95123ad4bed2632 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 12 Jul 2022 21:26:07 +0200 Subject: [PATCH] fix PCM reddit notifs --- files/helpers/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index de7ceddb8..45624e57e 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -819,7 +819,7 @@ REDDIT_NOTIFS_JL_MIN = 1 REDDIT_NOTIFS_SITE = [] REDDIT_NOTIFS_USERS = {} -if SITE != 'PCM': +if SITE_NAME != 'PCM': REDDIT_NOTIFS_SITE.append(SITE_NAME) if SITE != 'localhost':