From 4b879a90966dbfce16eb995a507c3b6adfd82eac Mon Sep 17 00:00:00 2001 From: Macbook Date: Wed, 24 Dec 2025 10:28:23 +0300 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=BC=D0=B5=D0=BD=D0=B0=20=D0=B8=D0=BA?= =?UTF-8?q?=D0=BE=D0=BD=D0=BA=D0=B8=20=D0=BA=D0=B0=D0=BB=D0=B5=D0=BD=D0=B4?= =?UTF-8?q?=D0=B0=D1=80=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- medods_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/medods_handler.py b/medods_handler.py index ccb915c..822b86b 100644 --- a/medods_handler.py +++ b/medods_handler.py @@ -241,7 +241,7 @@ def setDynamicText(): + freeSlots["date"][:4] ) - dynamicText = f"📌 Свободная запись на 📅 {dateText}:\n\n" + dynamicText = f"📌 Свободная запись на 🗓 {dateText}:\n\n" for user in users: slots = freeSlots["slots"][str(user["id"])]