From f44b0b00e33aad7ee544912e97de46396456db1f Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 25 Feb 2024 00:34:29 +0200 Subject: [PATCH] restore soyjak notifs --- files/helpers/cron.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/helpers/cron.py b/files/helpers/cron.py index 618458afd..da44414ae 100644 --- a/files/helpers/cron.py +++ b/files/helpers/cron.py @@ -67,8 +67,8 @@ def cron_fn(every_5m, every_1d, every_1mo): 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():