From 7c74c19de61d1908f0725731717961f8a5871de7 Mon Sep 17 00:00:00 2001 From: dddennnisss Date: Fri, 14 Aug 2026 13:25:59 +0700 Subject: [PATCH] =?UTF-8?q?handlers.py:=20=D1=83=D0=B1=D1=80=D0=B0=D0=BD?= =?UTF-8?q?=20=D0=B0=D0=B2=D1=82=D0=BE=D0=BF=D0=B5=D1=80=D0=B5=D1=85=D0=BE?= =?UTF-8?q?=D0=B4=20=D0=B2=20=D0=BC=D0=B5=D0=BD=D1=8E=20=D0=BF=D0=BE=D1=81?= =?UTF-8?q?=D0=BB=D0=B5=20=D0=BE=D1=82=D0=BF=D1=80=D0=B0=D0=B2=D0=BA=D0=B8?= =?UTF-8?q?=20=D1=84=D0=BE=D1=82=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- photo_bot/handlers.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/photo_bot/handlers.py b/photo_bot/handlers.py index 6c1c954..e38f2b6 100644 --- a/photo_bot/handlers.py +++ b/photo_bot/handlers.py @@ -189,8 +189,6 @@ async def photo_module_handler(msg: Message): if user_id in pending_photos: del pending_photos[user_id] - await asyncio.sleep(0.5) - await msg.answer(MENU_TEXT, parse_mode="html") return # --- ОТМЕНА ФОТО (Кнопка 2) ---