mirror of
https://github.com/zensical/zensical.git
synced 2026-05-03 17:40:31 +00:00
zensical:docs - add comment for function opening browser
Signed-off-by: Martin Donath <martin.donath@squidfunk.com>
This commit is contained in:
@@ -38,6 +38,10 @@ from zensical import build, serve, version
|
||||
# ----------------------------------------------------------------------------
|
||||
# Commands
|
||||
# ----------------------------------------------------------------------------
|
||||
|
||||
|
||||
# Wait for the server to be available before opening the browser - we'll remove
|
||||
# this hack once the server can signal that it's ready for serving.
|
||||
def open_browser(url):
|
||||
def _open_browser(url):
|
||||
while True:
|
||||
|
||||
Reference in New Issue
Block a user