Fix dump-audio (#103)
This commit is contained in:
committed by
GitHub
parent
a0d362d9f6
commit
a38c12fe4b
+1
-1
@@ -21,7 +21,7 @@ def get_args():
|
||||
if __name__ == '__main__':
|
||||
args = get_args()
|
||||
parser = WeChatDBParser(args.db)
|
||||
res = Resource(parser, args.res, '')
|
||||
res = Resource(parser, args.res)
|
||||
|
||||
try:
|
||||
chatid = parser.get_chat_id(args.name)
|
||||
|
||||
Reference in New Issue
Block a user