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