Skip to content

Commit

Permalink
Added note about flask debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
inclement committed May 11, 2016
1 parent 5ccaf67 commit 8220be9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/source/buildoptions.rst
Expand Up @@ -105,6 +105,10 @@ webserver. For instance, your Python code can start a Flask
application, and your app will display and allow the user to navigate
this website.

.. note:: Your Flask script must start the webserver *without*
:code:``debug=True``. Debug mode doesn't seem to work on
Android due to use of a subprocess.

This bootstrap will automatically try to load a website on port 5000
(the default for Flask), or you can specify a different option with
the `--port` command line option. If the webserver is not immediately
Expand Down

0 comments on commit 8220be9

Please sign in to comment.