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