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: