删除没用的话

This commit is contained in:
STDquantum 2023-12-19 14:38:32 +08:00 committed by GitHub
parent 9bea95f688
commit 91bc692971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -465,7 +465,6 @@ class ChildThread(QThread):
image_path = hard_link_db.get_video(str_content, BytesExtra, thumb=True)
if video_path is None and image_path is not None:
image_path = path.get_relative_path(image_path, base_path=f'/data/聊天记录/{self.contact.remark}/image')
image_path = image_path
try:
# todo 网络图片问题
print(origin_docx_path + image_path[1:])