forked from rDrama/rDrama
1
0
Fork 0

fix previous commit

master
Aevann1 2022-07-23 15:03:30 +02:00
parent 583767aa6f
commit 05837c5b08
1 changed files with 1 additions and 1 deletions

View File

@ -854,7 +854,7 @@ NOTIF_MODACTION_JL_MIN = 2
REDDIT_NOTIFS_JL_MIN = 1
REDDIT_NOTIFS_SITE = {}
REDDIT_NOTIFS_USERS = {}
REDDIT_NOTIFS_USERS = set()
if len(SITE_NAME) > 5:
REDDIT_NOTIFS_SITE.add(SITE_NAME.lower())