From c79dc6b95f2857048af9d70394eca7af9a366cb2 Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Wed, 27 Sep 2023 12:24:29 +0200 Subject: [PATCH] projectname --- serve.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serve.py b/serve.py index 4838c65..41c6d4a 100755 --- a/serve.py +++ b/serve.py @@ -57,7 +57,7 @@ def serve(root, port, run_browser): if run_browser: # Open the served page in the user's default browser. print("Opening the served URL in the default browser (use `--no-browser` or `-n` to disable this).") - subprocess.call([f"../browser.sh", f"{protocol}://{open_host}:{port}/msdf-theatre.html"]) + subprocess.call([f"../browser.sh", f"{protocol}://{open_host}:{port}/variabletime.html"]) print(f"serving on port {port}") httpd.serve_forever()