double space fixed
This commit is contained in:
parent
8c0a1dfe25
commit
486e58d3f4
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -115,7 +115,7 @@ def get_message_text() -> str:
|
|||
return
|
||||
|
||||
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:
|
||||
text += f"\n<b>{category_name}</b>:\n\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue