forked from orbit-oss/flask
Merge pull request #5029 from lettow-humain/main
Appending missing parentheses
This commit is contained in:
commit
87698a2d5d
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ its ``wsgi.server``, as well as your app or app factory.
|
|||
from hello import create_app
|
||||
|
||||
app = create_app()
|
||||
wsgi.server(eventlet.listen(("127.0.0.1", 8000), app)
|
||||
wsgi.server(eventlet.listen(("127.0.0.1", 8000)), app)
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue