From 0fd2136bc0845805ac9c8e8ebf11c6832deb6fa3 Mon Sep 17 00:00:00 2001 From: dddennnisss Date: Fri, 14 Aug 2026 12:37:35 +0700 Subject: [PATCH] =?UTF-8?q?handlers.py:=20PHOTO=5FAI=5FPROCESSING=5FTEXT?= =?UTF-8?q?=20=D0=B8=D0=B7=20utils/texts.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- photo_bot/handlers.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/photo_bot/handlers.py b/photo_bot/handlers.py index 0f59264..4677520 100644 --- a/photo_bot/handlers.py +++ b/photo_bot/handlers.py @@ -22,6 +22,7 @@ from utils.texts import ( photo_error_handling, PHOTO_PROCESSING_FACE_TEXT, PHOTO_UPLOADING_API_TEXT, + PHOTO_AI_PROCESSING_TEXT, photo_success_published, photo_success_pending, photo_error_rejected, @@ -156,6 +157,7 @@ async def photo_module_handler(msg: Message): original_path = photo_data['path'] await msg.answer(PHOTO_UPLOADING_API_TEXT, parse_mode="html") + await msg.answer(PHOTO_AI_PROCESSING_TEXT, parse_mode="html") try: # Отправляем фото через API