From a498d6e611ae705428663a27f00cd9a423112694 Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 21 Oct 2022 23:10:22 +0300 Subject: [PATCH] remove cron --- daemons/notify.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/daemons/notify.py b/daemons/notify.py index 3fd63b4..888f879 100644 --- a/daemons/notify.py +++ b/daemons/notify.py @@ -1,17 +1,11 @@ import datetime -import zoneinfo from time import sleep -import croniter -import pytz from telebot.apihelper import ApiTelegramException from daemons.bot import bot from helpers import now -from helpers.keyboards import main_keyboard -from helpers.models import UserSchema from helpers.mongo import mongo -from helpers.ruz import ruz def process():