mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
cosmetics
This commit is contained in:
@@ -45,7 +45,7 @@ class Connector(GenericConnector):
|
||||
cursor.close()
|
||||
|
||||
except (self.__sqlite.DatabaseError, self.__sqlite.OperationalError), msg:
|
||||
errMsg = "unable to connect using SQLite 3 library, trying with SQLite 2 (%s)" % msg[0]
|
||||
errMsg = "unable to connect using SQLite 3 library, trying with SQLite 2"
|
||||
logger.error(errMsg)
|
||||
try:
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user