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) ---