mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Minor bug fix for an Issue #361 (removal of that ugly garbage clean warning message after sqlmap ends)
This commit is contained in:
@@ -89,7 +89,7 @@ def setHandler():
|
||||
except SqlmapConnectionException, msg:
|
||||
logger.critical(msg)
|
||||
|
||||
if sqlalchemy.connection:
|
||||
if sqlalchemy.connector:
|
||||
conf.dbmsConnector = sqlalchemy
|
||||
else:
|
||||
conf.dbmsConnector.connect()
|
||||
|
||||
Reference in New Issue
Block a user