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