projectname
This commit is contained in:
parent
0b760d733f
commit
c79dc6b95f
1 changed files with 1 additions and 1 deletions
2
serve.py
2
serve.py
|
@ -57,7 +57,7 @@ def serve(root, port, run_browser):
|
||||||
if run_browser:
|
if run_browser:
|
||||||
# Open the served page in the user's default 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).")
|
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}")
|
print(f"serving on port {port}")
|
||||||
httpd.serve_forever()
|
httpd.serve_forever()
|
||||||
|
|
Loading…
Reference in a new issue