From 506bf91dc050178f4a12e837f293a6f65b6ad182 Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 13 Sep 2023 23:57:03 +0300 Subject: [PATCH] test last commit --- files/helpers/cron.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/helpers/cron.py b/files/helpers/cron.py index fe2b4bb1e..2c5518280 100644 --- a/files/helpers/cron.py +++ b/files/helpers/cron.py @@ -75,6 +75,9 @@ def cron_fn(every_5m, every_1d, every_fri): cache.set('stats', stats.stats(), timeout=CRON_CACHE_TIMEOUT) g.db.commit() + + if every_fri: + print('test!!!', flush=True) except: print(traceback.format_exc(), flush=True) g.db.rollback()