update wait

This commit is contained in:
SiHuan 2021-01-27 12:12:20 +08:00
parent 7fdffc3dc2
commit 929d7a4083

View file

@ -17,7 +17,7 @@ class Ans(StdAns):
m, s = divmod(float(resp['at']), 60)
h, m = divmod(m, 60)
# print("%02d:%02d:%02d" % (h, m, s))
text = f"{resp['title_native']}\n{resp['title_chinese']}\nEP#{resp['episode']} {h:02.0f}:{m:02.0f}:{s:02.0f}\n{int(resp['similarity']*100)}% similarity"
text = f"[CQ:reply,id={self.raw_msg['message_id']}]{resp['title_native']}\n{resp['title_chinese']}\nEP#{resp['episode']} {h:02.0f}:{m:02.0f}:{s:02.0f}\n{int(resp['similarity']*100)}% similarity"
msg = f"[CQ:video,file={video_url}]"
self.sendmsg(text)