From 39a2700555f9febaa307ad25df79436b430ef141 Mon Sep 17 00:00:00 2001 From: dddennnisss Date: Wed, 15 Jul 2026 12:52:30 +0700 Subject: [PATCH] =?UTF-8?q?fix:=20=D1=83=D0=B1=D1=80=D0=B0=D1=82=D1=8C=20S?= =?UTF-8?q?D=5FMAIN=5FMENU=5FTEXT=20=D0=B8=D0=B7=20=D0=B3=D0=BB=D0=B0?= =?UTF-8?q?=D0=B2=D0=BD=D0=BE=D0=B3=D0=BE=20=D0=BC=D0=B5=D0=BD=D1=8E,=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=BA=D0=B0=D0=B7=D1=8B=D0=B2=D0=B0=D1=82=D1=8C=20?= =?UTF-8?q?=D1=88=D0=B0=D0=B1=D0=BB=D0=BE=D0=BD=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 38ba8ff..8f57f32 100644 --- a/main.py +++ b/main.py @@ -112,7 +112,7 @@ async def main_menu(msg: Message): USER_MENU_SHOWN[user_id] = True set_state(user_id, "SD_MODE") log_menu_stats(user_id, "Service Desk", "Вход") - await msg.answer(SD_MAIN_MENU_TEXT, parse_mode="html") + # sd_module_handler покажет шаблоны или меню return elif action == "PHOTO": USER_MENU_SHOWN[user_id] = True