summaryrefslogtreecommitdiff
path: root/docs/quick_tour/requests
diff options
context:
space:
mode:
Diffstat (limited to 'docs/quick_tour/requests')
-rw-r--r--docs/quick_tour/requests/app.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tour/requests/app.py b/docs/quick_tour/requests/app.py
index 815714464..621b0693e 100644
--- a/docs/quick_tour/requests/app.py
+++ b/docs/quick_tour/requests/app.py
@@ -21,4 +21,4 @@ if __name__ == '__main__':
config.add_view(hello_world, route_name='hello')
app = config.make_wsgi_app()
server = make_server('0.0.0.0', 6543, app)
- server.serve_forever() \ No newline at end of file
+ server.serve_forever()