double space fixed

This commit is contained in:
Nikita Aksenov 2025-05-14 15:45:58 +03:00
parent 8c0a1dfe25
commit 486e58d3f4
No known key found for this signature in database
GPG key ID: 9DC1431B2123B2E8

View file

@ -115,7 +115,7 @@ def get_message_text() -> str:
return return
nonlocal text nonlocal text
REPLACE_PATTERN = re.compile(rf'^\[{replace_name}\]', flags=re.IGNORECASE) REPLACE_PATTERN = re.compile(rf'^\[{replace_name}\] ', flags=re.IGNORECASE)
if category_name: if category_name:
text += f"\n<b>{category_name}</b>:\n\n" text += f"\n<b>{category_name}</b>:\n\n"