From f58a2b5236e9c82af1b607bbd7b32813c883264a Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 22 Oct 2022 21:03:19 +0300 Subject: [PATCH] final notify --- daemons/notify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemons/notify.py b/daemons/notify.py index 82538c9..124e6bc 100644 --- a/daemons/notify.py +++ b/daemons/notify.py @@ -47,7 +47,7 @@ def process(): try: bot.send_message( user["chat_id"], - "Уведомляю о занятиях!\n" + text + "Уведомляю о занятиях! Твое расписание на сегодня:\n" + text ) except: pass