leftovers

This commit is contained in:
Bernardo Damele
2012-12-14 02:54:16 +00:00
parent a1b83cd56f
commit 0ec420cc70
2 changed files with 1 additions and 4 deletions

View File

@@ -27,8 +27,6 @@ except ImportError:
errMsg += "http://bottlepy.org/ and install it"
raise SqlmapMissingDependence, errMsg
# bottle in debug mode for now
debug(True)
# local global variables
session_ids = []
@@ -63,7 +61,7 @@ def error404(error):
def error405(error):
return "Method not allowed"
@error(500) # Not Found
@error(500) # Internal Server Error
def error500(error):
return "Internal server error"