From d280f680148acdbc1931bbaf7168eb8e1b2886b3 Mon Sep 17 00:00:00 2001 From: dev <dev@welterde.de> Date: Wed, 26 Mar 2008 18:32:59 +0000 Subject: [PATCH] *sigh* --- netdb.i2p2/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netdb.i2p2/app.py b/netdb.i2p2/app.py index 0e0ae6b45..058c74797 100644 --- a/netdb.i2p2/app.py +++ b/netdb.i2p2/app.py @@ -20,7 +20,7 @@ class Response(BaseResponse, ETagResponseMixin): def app(environ, start_response): """The WSGI application that connects all together.""" req = Request(environ) - path = req.path[1:].lower() + path = req.path[1:] if path == '': # page page = u'<html><head><title>NetDB</title></head><body><ul>%s</ul></body></html>' -- GitLab