projectname

This commit is contained in:
jrkb 2023-09-27 12:24:29 +02:00
parent 0b760d733f
commit c79dc6b95f

View file

@ -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()