Skip to content
This repository has been archived by the owner on May 3, 2020. It is now read-only.

Commit

Permalink
fix example in about page; closes #369 (please be patient, it may tak…
Browse files Browse the repository at this point in the history
…e a while for it to show up live)
  • Loading branch information
mcdonc committed Dec 6, 2011
1 parent 340b85d commit c9c9239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylonshq/templates/pages/projects/pyramid/about.rst
Expand Up @@ -22,7 +22,7 @@ can be used in a wide variety of circumstances.
config.add_route('hello', '/hello/{name}')
config.add_view(hello_world, route_name='hello')
app = config.make_wsgi_app()
server = make_server('0.0.0.0', 8080)
server = make_server('0.0.0.0', 8080, app)
server.serve_forever()
Expand Down

0 comments on commit c9c9239

Please sign in to comment.