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

Skip to content
Snippets Groups Projects
Commit 81a216cc authored by sponge's avatar sponge
Browse files

Debugging for meeh

parent a0459092
No related branches found
No related tags found
No related merge requests found
...@@ -190,6 +190,7 @@ def application(environ, start_response): ...@@ -190,6 +190,7 @@ def application(environ, start_response):
# #
# zap badness from path # zap badness from path
# #
print "path given is" + path
chkpath = path.replace("'","").replace("/","") chkpath = path.replace("'","").replace("/","")
# check to see if we have this entry in the database at all. # check to see if we have this entry in the database at all.
cur.execute("select * from entry where wht = ?", chkpath) cur.execute("select * from entry where wht = ?", chkpath)
......
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