From e8ca6f3107fdf7d8f60f06690525dcd33f0fca3a Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 17 May 2024 00:21:14 +0300 Subject: [PATCH] we're back --- files/helpers/cron.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/helpers/cron.py b/files/helpers/cron.py index ea5b4901b..fb7c3a366 100644 --- a/files/helpers/cron.py +++ b/files/helpers/cron.py @@ -50,7 +50,7 @@ def cron_fn(every_5m, every_1d, every_1mo): _unpin_expired() g.db.commit() - if not IS_LOCALHOST and SITE_NAME == 'WPD': + if not IS_LOCALHOST: reddit_mentions_task() g.db.commit()