add generate command and change config converters to non async

This commit is contained in:
UpstreamData
2022-05-06 15:06:18 -06:00
parent e324369fe0
commit 514fafea58
7 changed files with 109 additions and 9 deletions

View File

@@ -580,4 +580,4 @@ async def generate_config(username, workername, v2_allowed):
},
"autotuning": {"enabled": True, "psu_power_limit": 900},
}
window["config"].update(await bos_config_convert(config))
window["config"].update(bos_config_convert(config))