Update user_messages.py

This commit is contained in:
Egor
2025-09-07 08:34:46 +03:00
committed by GitHub
parent cc490b616f
commit ca9b6f4063
+1 -1
View File
@@ -169,7 +169,7 @@ async def process_new_message_text(
f"❌ <b>Ошибка в HTML разметке:</b>\n{error_msg}\n\n"
f"{get_html_help_text()}\n\n"
f"Исправьте ошибку и попробуйте еще раз, или отправьте /cancel для отмены.",
parse_mode="HTML"
parse_mode=None
)
return