Skip to content

Commit

Permalink
修复wxdump wx_db命令行参数错误 #19
Browse files Browse the repository at this point in the history
  • Loading branch information
xaoyaoo committed Nov 10, 2023
1 parent c73b6e6 commit d9e5960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pywxdump/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def run(self, args):
wxids = [i.get('wxid', "") for i in result_WxInfo]

args.require_list = 'all'
args.wf = None
args.wx_files = None
result_WxDbPath = MainWxDbPath().run(args)
wxdbpaths = [path for user_dir in result_WxDbPath.values() for paths in user_dir.values() for path in paths]
wxdblen = len(wxdbpaths)
Expand Down

0 comments on commit d9e5960

Please sign in to comment.