forked from rDrama/rDrama
1
0
Fork 0

exclude /r/SubSimGPT2Interactive

master
Aevann1 2022-11-15 16:44:08 +02:00
parent 6d607a6f59
commit aeb10e1ec6
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ def get_mentions(cache:Cache, queries:Iterable[str], reddit_notifs_users=False):
CACHE_KEY = 'reddit_notifications'
kinds = ['submission', 'comment']
mentions = []
exclude_subreddits = ['PokemonGoRaids', 'SubSimulatorGPT2']
exclude_subreddits = ['PokemonGoRaids', 'SubSimulatorGPT2', 'SubSimGPT2Interactive']
try:
after = int(cache.get(CACHE_KEY) or time.time())
except: