fix bug in send single video

This commit is contained in:
2021-05-05 09:22:10 +08:00
parent 3dcc147cac
commit f657e1c969

View File

@@ -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'