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()