From 8852e91aa4cc82f9131fb24a516f081c3363addf Mon Sep 17 00:00:00 2001 From: Administrator Date: Mon, 31 Oct 2022 12:52:27 +0300 Subject: [PATCH] minutes --- daemons/notify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemons/notify.py b/daemons/notify.py index 07e71c2..2467656 100644 --- a/daemons/notify.py +++ b/daemons/notify.py @@ -29,7 +29,7 @@ def process(): try: bot.send_message( user["chat_id"], - f"Через {user['notify_minutes']} у тебя занятие!\n" + ans + f"Через {user['notify_minutes']} минут у тебя занятие!\n" + ans ) except ApiTelegramException: pass