Skip to content

Commit 7df9f44

Browse files
committed
Documented --port option for webview bootstrap
1 parent ea20745 commit 7df9f44

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/source/buildoptions.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,13 @@ instance, your Python code can start a webserver with a Flask
105105
application, and your app will display and allow the user to navigate
106106
this website.
107107

108+
This bootstrap will automatically try to load a website on port 5000
109+
(the default for Flask), or you can specify a different option with
110+
the `--port` command line option. If the webserver is not immediately
111+
present (e.g. during the short Python loading time when first
112+
started), it will instead display a loading screen until the server is
113+
ready.
114+
108115

109116
pygame
110117
~~~~~~

0 commit comments

Comments
 (0)