diff --git a/files/helpers/cron.py b/files/helpers/cron.py index fb7c3a366..ab39e6858 100644 --- a/files/helpers/cron.py +++ b/files/helpers/cron.py @@ -54,14 +54,15 @@ def cron_fn(every_5m, every_1d, every_1mo): reddit_mentions_task() g.db.commit() - lemmy_mentions_task() - g.db.commit() + if SITE != 'rdrama.net': + lemmy_mentions_task() + g.db.commit() - fourchan_mentions_task() - g.db.commit() + fourchan_mentions_task() + g.db.commit() - soyjak_mentions_task() - g.db.commit() + soyjak_mentions_task() + g.db.commit() if every_1d or (not cache.get('stats') and not IS_LOCALHOST): if IS_HOMOWEEN():