webview关闭debug
This commit is contained in:
parent
05a98421e3
commit
4b34b72cf4
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -69,7 +69,7 @@ class Api:
|
|||
|
||||
|
||||
window = webview.create_window("mower-ng launcher", "dist/index.html", js_api=Api())
|
||||
webview.start(debug=True)
|
||||
webview.start()
|
||||
|
||||
with config_path.open("w") as f:
|
||||
json.dump(config, f)
|
||||
|
|
Loading…
Reference in a new issue