提交 951424fc 编写于 作者: F feilong

fix bug

上级 5d2c212e
......@@ -93,5 +93,5 @@ def load_json(file):
def dump_json(file, obj):
with open(file, 'w') as f:
f.write(json.dumps(obj, ensure_ascii=False, indent=2))
f.write(json.dumps(obj, 2, False))
```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册