diff --git a/main.py b/main.py index 5e879c6..7ed3c5e 100644 --- a/main.py +++ b/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)