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