mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 00:42:23 +01:00
cosmetics
This commit is contained in:
parent
0f48dd6f73
commit
743e6d2655
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue