添加异性wxid获取方式,添加用户路径自动获取 #33
This commit is contained in:
parent
c6bbd09f72
commit
3413887810
@ -88,9 +88,10 @@ def get_info_filePath(wxid):
|
||||
else:
|
||||
msg_dir = os.path.join(w_dir, "WeChat Files")
|
||||
|
||||
if not os.path.exists(msg_dir):
|
||||
filePath = os.path.join(msg_dir, wxid)
|
||||
if not os.path.exists(filePath):
|
||||
return "None"
|
||||
return os.path.join(msg_dir, wxid)
|
||||
return filePath
|
||||
|
||||
|
||||
# 读取内存中的key
|
||||
|
Loading…
Reference in New Issue
Block a user