From d023d6109beb93fe17200906ae19851501a01f35 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 10 Dec 2022 17:36:48 +0200 Subject: [PATCH] fix --- files/helpers/const.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/helpers/const.py b/files/helpers/const.py index 6c2ea46e8..ff2e0cf74 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -1479,12 +1479,12 @@ if SITE == 'rdrama.net': REDDIT_NOTIFS_SITE.add('justice4darrell') REDDIT_NOTIFS_SITE.add('cringetopia.org') REDDIT_NOTIFS_USERS = { - 'idio3': IDIO_ID, + 'idio3': 30, 'aevann': AEVANN_ID, 'carpflo': CARP_ID, 'carpathianflorist': CARP_ID, 'carpathian florist': CARP_ID, - 'the_homocracy': HOMO_ID, + 'the_homocracy': 147, 'justcool393': JUSTCOOL_ID } elif SITE_NAME == 'WPD':