bug修复

main
chaopower 2023-08-02 10:26:24 +08:00
parent 8e864c820f
commit f641c8f627
1 changed files with 2 additions and 2 deletions

View File

@ -374,8 +374,8 @@ def run(path):
parse = Parse(read(path))
res = parse.collect()
resjson = json.dumps(res, indent=4, ensure_ascii=False)
# with open('t.json', 'w') as f:
# f.write(resjson)
with open('t.json', 'w') as f:
f.write(resjson)
return resjson