mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-06 16:07:01 +08:00
fix telegram
This commit is contained in:
@@ -557,7 +557,7 @@ class Telegram:
|
|||||||
# 使用 telegramify 处理原始 Markdown 文本
|
# 使用 telegramify 处理原始 Markdown 文本
|
||||||
chunks = list(telegramify_markdown.markdownify(
|
chunks = list(telegramify_markdown.markdownify(
|
||||||
caption,
|
caption,
|
||||||
max_length=4095
|
max_line_length=4095
|
||||||
))
|
))
|
||||||
|
|
||||||
if not chunks:
|
if not chunks:
|
||||||
|
|||||||
Reference in New Issue
Block a user