mirror of
https://github.com/LC044/WeChatMsg
synced 2025-02-23 11:42:20 +08:00
删除没用的话
This commit is contained in:
parent
9bea95f688
commit
91bc692971
@ -465,7 +465,6 @@ class ChildThread(QThread):
|
|||||||
image_path = hard_link_db.get_video(str_content, BytesExtra, thumb=True)
|
image_path = hard_link_db.get_video(str_content, BytesExtra, thumb=True)
|
||||||
if video_path is None and image_path is not None:
|
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 = path.get_relative_path(image_path, base_path=f'/data/聊天记录/{self.contact.remark}/image')
|
||||||
image_path = image_path
|
|
||||||
try:
|
try:
|
||||||
# todo 网络图片问题
|
# todo 网络图片问题
|
||||||
print(origin_docx_path + image_path[1:])
|
print(origin_docx_path + image_path[1:])
|
||||||
|
Loading…
Reference in New Issue
Block a user