From 00a2bc4b0dc6f99536bc1a06a327ccb4b6ceabaf Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 9 Dec 2022 19:03:58 +0200 Subject: [PATCH] fix 500 error --- files/helpers/const.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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,