Update factory.rst
Wrong argument order, see https://stackoverflow.com/questions/75951245/flask-no-such-option-debug
This commit is contained in:
parent
541bc8dfc2
commit
7971edc956
1 changed files with 1 additions and 1 deletions
|
|
@ -137,7 +137,7 @@ follow the tutorial.
|
||||||
|
|
||||||
.. code-block:: text
|
.. code-block:: text
|
||||||
|
|
||||||
$ flask --app flaskr run --debug
|
$ flask --app flaskr --debug run
|
||||||
|
|
||||||
You'll see output similar to this:
|
You'll see output similar to this:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue