From 4c87c88cfc263f922e99e35ea1e5fd911bacd89f Mon Sep 17 00:00:00 2001 From: Aevann Date: Mon, 11 Sep 2023 22:49:02 +0300 Subject: [PATCH] revert last commit --- files/helpers/cron.py | 1 - 1 file changed, 1 deletion(-) diff --git a/files/helpers/cron.py b/files/helpers/cron.py index 770a54570..6f97a54b7 100644 --- a/files/helpers/cron.py +++ b/files/helpers/cron.py @@ -40,7 +40,6 @@ def cron_fn(every_5m, every_1d): spin_roulette_wheel() t = time.time() offsitementions.offsite_mentions_task(cache) - print(int(time.time()-t), flush=True) _award_timers_task() _unpin_expired() _grant_one_year_badges()