chore: 整理根目录文件

This commit is contained in:
Rock Chin
2023-04-06 17:23:30 +08:00
parent 7184f3053a
commit 6b8c1209b7
5 changed files with 4 additions and 4 deletions

View File

@@ -13,5 +13,5 @@ for key in cmdsmgr.__command_list__:
template[key] = cmdsmgr.__command_list__[key]['privilege']
# 写入cmdpriv-template.json
with open('../../cmdpriv-template.json', 'w') as f:
with open('../templates/cmdpriv-template.json', 'w') as f:
f.write(json.dumps(template, indent=4, ensure_ascii=False))