From 81a216cc79121f44ff3f0a6968ad46154dd98752 Mon Sep 17 00:00:00 2001 From: sponge Date: Fri, 14 Sep 2012 02:55:52 +0000 Subject: [PATCH] Debugging for meeh --- netdb.i2p2/fixedapp.py | 1 + 1 file changed, 1 insertion(+) diff --git a/netdb.i2p2/fixedapp.py b/netdb.i2p2/fixedapp.py index ddaa4e6e..fc93c889 100644 --- a/netdb.i2p2/fixedapp.py +++ b/netdb.i2p2/fixedapp.py @@ -190,6 +190,7 @@ def application(environ, start_response): # # zap badness from path # + print "path given is" + path chkpath = path.replace("'","").replace("/","") # check to see if we have this entry in the database at all. cur.execute("select * from entry where wht = ?", chkpath)