diff --git a/files/helpers/cron.py b/files/helpers/cron.py index 6f97a54b7..1460595f3 100644 --- a/files/helpers/cron.py +++ b/files/helpers/cron.py @@ -38,7 +38,6 @@ def cron_fn(every_5m, every_1d): check_if_end_lottery_task() spin_roulette_wheel() - t = time.time() offsitementions.offsite_mentions_task(cache) _award_timers_task() _unpin_expired()