mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
cosmetics
This commit is contained in:
@@ -45,7 +45,7 @@ class Connector(GenericConnector):
|
|||||||
cursor.close()
|
cursor.close()
|
||||||
|
|
||||||
except (self.__sqlite.DatabaseError, self.__sqlite.OperationalError), msg:
|
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)
|
logger.error(errMsg)
|
||||||
try:
|
try:
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user