handlers.py: убран автопереход в меню после отправки фото

This commit is contained in:
2026-08-14 13:25:59 +07:00
parent 781f52a301
commit 7c74c19de6
-2
View File
@@ -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) ---