Minor bug fix for an Issue #361 (removal of that ugly garbage clean warning message after sqlmap ends)

This commit is contained in:
stamparm
2013-04-15 16:18:40 +02:00
parent 6ab2e8eca4
commit 1c2197e8de
3 changed files with 3 additions and 4 deletions

View File

@@ -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()