mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Added resume functionality to -d and fixed logging with -d
This commit is contained in:
@@ -67,8 +67,6 @@ class Connector(GenericConnector):
|
||||
return None
|
||||
|
||||
def execute(self, query):
|
||||
logger.debug(query)
|
||||
|
||||
try:
|
||||
self.cursor.execute(query)
|
||||
except sqlite3.OperationalError, msg:
|
||||
|
||||
Reference in New Issue
Block a user