fix
This commit is contained in:
parent
dd38428f03
commit
a60e3b8a04
@ -63,8 +63,6 @@ class Telegram(metaclass=Singleton):
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
if text:
|
if text:
|
||||||
# text中的Markdown特殊字符转义
|
|
||||||
text = StringUtils.escape_markdown(text)
|
|
||||||
caption = f"*{title}*\n\n{text}"
|
caption = f"*{title}*\n\n{text}"
|
||||||
else:
|
else:
|
||||||
caption = title
|
caption = title
|
||||||
|
Loading…
x
Reference in New Issue
Block a user