Skip to content

Commit 8220be9

Browse files
committed
Added note about flask debug mode
1 parent 5ccaf67 commit 8220be9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/source/buildoptions.rst

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

108+
.. note:: Your Flask script must start the webserver *without*
109+
:code:``debug=True``. Debug mode doesn't seem to work on
110+
Android due to use of a subprocess.
111+
108112
This bootstrap will automatically try to load a website on port 5000
109113
(the default for Flask), or you can specify a different option with
110114
the `--port` command line option. If the webserver is not immediately

0 commit comments

Comments
 (0)