mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-02 20:54:13 +03:00
cosmetics
This commit is contained in:
parent
743e6d2655
commit
8883918ef9
|
@ -45,8 +45,8 @@ 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"
|
||||
logger.error(errMsg)
|
||||
warnMsg = "unable to connect using SQLite 3 library, trying with SQLite 2"
|
||||
logger.warning(warnMsg)
|
||||
try:
|
||||
try:
|
||||
import sqlite
|
||||
|
|
Loading…
Reference in New Issue
Block a user