handlers.py: убран PHOTO_UPLOADING_API_TEXT, оставлен PHOTO_AI_PROCESSING_TEXT

This commit is contained in:
2026-08-14 12:59:24 +07:00
parent 90777785f4
commit 781f52a301
-2
View File
@@ -21,7 +21,6 @@ from utils.texts import (
system_error_text, system_error_text,
photo_error_handling, photo_error_handling,
PHOTO_PROCESSING_FACE_TEXT, PHOTO_PROCESSING_FACE_TEXT,
PHOTO_UPLOADING_API_TEXT,
PHOTO_AI_PROCESSING_TEXT, PHOTO_AI_PROCESSING_TEXT,
photo_success_published, photo_success_published,
photo_success_pending, photo_success_pending,
@@ -156,7 +155,6 @@ async def photo_module_handler(msg: Message):
photo_data = pending_photos[user_id] photo_data = pending_photos[user_id]
original_path = photo_data['path'] 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") await msg.answer(PHOTO_AI_PROCESSING_TEXT, parse_mode="html")
try: try: