From 781f52a30104aebb9a661cd7cd8feee72821a749 Mon Sep 17 00:00:00 2001 From: dddennnisss Date: Fri, 14 Aug 2026 12:59:24 +0700 Subject: [PATCH] =?UTF-8?q?handlers.py:=20=D1=83=D0=B1=D1=80=D0=B0=D0=BD?= =?UTF-8?q?=20PHOTO=5FUPLOADING=5FAPI=5FTEXT,=20=D0=BE=D1=81=D1=82=D0=B0?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=20PHOTO=5FAI=5FPROCESSING=5FTEXT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- photo_bot/handlers.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/photo_bot/handlers.py b/photo_bot/handlers.py index 4677520..6c1c954 100644 --- a/photo_bot/handlers.py +++ b/photo_bot/handlers.py @@ -21,7 +21,6 @@ from utils.texts import ( system_error_text, photo_error_handling, PHOTO_PROCESSING_FACE_TEXT, - PHOTO_UPLOADING_API_TEXT, PHOTO_AI_PROCESSING_TEXT, photo_success_published, photo_success_pending, @@ -156,7 +155,6 @@ async def photo_module_handler(msg: Message): photo_data = pending_photos[user_id] 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: