forked from rDrama/rDrama
1
0
Fork 0

fix PCM reddit notifs

master
Aevann1 2022-07-12 21:26:07 +02:00
parent 2a95c25675
commit 3a97dac234
1 changed files with 1 additions and 1 deletions

View File

@ -819,7 +819,7 @@ REDDIT_NOTIFS_JL_MIN = 1
REDDIT_NOTIFS_SITE = []
REDDIT_NOTIFS_USERS = {}
if SITE != 'PCM':
if SITE_NAME != 'PCM':
REDDIT_NOTIFS_SITE.append(SITE_NAME)
if SITE != 'localhost':