From d01fdf5d25f1dbd62bdfca610938ac627a26e808 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 9 Dec 2022 14:46:11 +0200 Subject: [PATCH] add cringetopia.org to reddit mentions --- files/helpers/const.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index c665f67e7..cad30728e 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -1498,9 +1498,7 @@ if not IS_LOCALHOST: REDDIT_NOTIFS_SITE.add(SITE) if SITE == 'rdrama.net': - REDDIT_NOTIFS_SITE.add('marsey') - REDDIT_NOTIFS_SITE.add('"r/Drama"') - REDDIT_NOTIFS_SITE.add('justice4darrell') + REDDIT_NOTIFS_SITE.extend(['marsey','"r/drama"','justice4darrell','cringetopia.org']) REDDIT_NOTIFS_USERS = { 'idio3': IDIO_ID, 'aevann': AEVANN_ID,