From f657e1c9699e4005e027fdea0e12ca5d26257ecc Mon Sep 17 00:00:00 2001 From: lifegpc Date: Wed, 5 May 2021 09:22:10 +0800 Subject: [PATCH] fix bug in send single video --- rssbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rssbot.py b/rssbot.py index c2b322b..71bf217 100644 --- a/rssbot.py +++ b/rssbot.py @@ -252,7 +252,7 @@ class main: f = True while len(text) > 0 or f: if f: - di['caption'] = text.tostr() + di['caption'] = text.tostr(1024) else: di['text'] = text.tostr() di['parse_mode'] = 'HTML'