[Update] 修改common settings配置

This commit is contained in:
ibuler
2018-11-19 12:18:52 +08:00
parent c9aab608a9
commit dda367a956
9 changed files with 39 additions and 76 deletions

View File

@@ -18,7 +18,7 @@ def get_command_storage():
def get_terminal_command_storages():
storage_list = {}
command_storage = utils.get_command_storage_or_create_default_storage()
command_storage = utils.get_command_storage_setting()
for name, params in command_storage.items():
tp = params['TYPE']