forked from rDrama/rDrama
1
0
Fork 0

exclude localhost from reddit notifs

master
Aevann1 2022-06-10 17:30:30 +02:00
parent 774e079942
commit 6a18c31ced
1 changed files with 1 additions and 1 deletions

View File

@ -826,7 +826,7 @@ if SITE_NAME == 'rDrama':
'carpathian florist': CARP_ID,
'the_homocracy': HOMO_ID,
}
else:
elif SITE != 'localhost':
REDDIT_NOTIFS_SITE = [SITE]
REDDIT_NOTIFS_JL_MIN = 3