request emoji from cdnUrl

This commit is contained in:
Yuxin Wu
2016-06-17 23:13:39 -07:00
parent 049e3c3387
commit 1344589d8d
5 changed files with 87 additions and 34 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ if __name__ == '__main__':
output_file = args.output
parser = WeChatDBParser(args.db)
res = Resource(args.res, args.avt)
res = Resource(parser, args.res, args.avt)
if name and name in parser.msgs_by_chat:
msgs = parser.msgs_by_chat[name]