From bbe48e43b8a14a9abcddc7f4594e1fa84ab1b7e7 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 29 Oct 2022 14:08:23 +0300 Subject: [PATCH] notify minutes --- daemons/notify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemons/notify.py b/daemons/notify.py index e79a434..415b744 100644 --- a/daemons/notify.py +++ b/daemons/notify.py @@ -29,7 +29,7 @@ def process(): try: bot.send_message( user["chat_id"], - "Уведомляю о занятиях!\n" + ans + f"Через {user['notify_minutes']} у тебя занятие!\n" + ans ) except ApiTelegramException: pass