diff --git a/files/helpers/const.py b/files/helpers/const.py index cad30728e5..fef7460a92 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -1498,7 +1498,10 @@ if not IS_LOCALHOST: REDDIT_NOTIFS_SITE.add(SITE) if SITE == 'rdrama.net': - REDDIT_NOTIFS_SITE.extend(['marsey','"r/drama"','justice4darrell','cringetopia.org']) + REDDIT_NOTIFS_SITE.add('marsey') + REDDIT_NOTIFS_SITE.add('"r/drama"') + REDDIT_NOTIFS_SITE.add('justice4darrell') + REDDIT_NOTIFS_SITE.add('cringetopia.org') REDDIT_NOTIFS_USERS = { 'idio3': IDIO_ID, 'aevann': AEVANN_ID,