From aeb10e1ec63f255488031885d28f121998c29408 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 15 Nov 2022 16:44:08 +0200 Subject: [PATCH] exclude /r/SubSimGPT2Interactive --- files/helpers/offsitementions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/offsitementions.py b/files/helpers/offsitementions.py index 3a9bdf5746..b4a236c4c4 100644 --- a/files/helpers/offsitementions.py +++ b/files/helpers/offsitementions.py @@ -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: