Fixed a bug in setup.py
This commit is contained in:
parent
1fff3e5981
commit
574e81f9c8
2 changed files with 5 additions and 2 deletions
|
|
@ -24,7 +24,10 @@ A minimal Flask application looks something like that::
|
|||
app.run()
|
||||
|
||||
Just save it as `hello.py` or something similar and run it with your
|
||||
Python interpreter::
|
||||
Python interpreter. Make sure to not call your application `flask.py`
|
||||
because this would conflict with Flask itself.
|
||||
|
||||
::
|
||||
|
||||
$ python hello.py
|
||||
* Running on http://localhost:5000/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue