I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit d280f680 authored by dev's avatar dev
Browse files

*sigh*

parent 5c227f29
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ class Response(BaseResponse, ETagResponseMixin): ...@@ -20,7 +20,7 @@ class Response(BaseResponse, ETagResponseMixin):
def app(environ, start_response): def app(environ, start_response):
"""The WSGI application that connects all together.""" """The WSGI application that connects all together."""
req = Request(environ) req = Request(environ)
path = req.path[1:].lower() path = req.path[1:]
if path == '': if path == '':
# page # page
page = u'<html><head><title>NetDB</title></head><body><ul>%s</ul></body></html>' page = u'<html><head><title>NetDB</title></head><body><ul>%s</ul></body></html>'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment