debug 视频
This commit is contained in:
@@ -112,7 +112,8 @@ class VideoManPlugin(MessagePluginInterface):
|
|||||||
return False, "视频下载失败"
|
return False, "视频下载失败"
|
||||||
|
|
||||||
# 发送视频
|
# 发送视频
|
||||||
result = await self.bot.send_video_message((roomid if roomid else sender), Path(file_abspath))
|
result = await self.bot.send_video_message((roomid if roomid else sender), Path(file_abspath),
|
||||||
|
Path(first_frame))
|
||||||
self.LOG.info(f"发送视频结果: {result}")
|
self.LOG.info(f"发送视频结果: {result}")
|
||||||
return True, "发送成功"
|
return True, "发送成功"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user