handlers.py: убран автопереход в меню после отправки фото
This commit is contained in:
@@ -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) ---
|
||||
|
||||
Reference in New Issue
Block a user