mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-21 21:59:20 +00:00
Fixes #4050
This commit is contained in:
@@ -25,7 +25,7 @@ except ImportError:
|
||||
try:
|
||||
import MySQLdb # used by SQLAlchemy in case of MySQL
|
||||
warnings.filterwarnings("error", category=MySQLdb.Warning)
|
||||
except ImportError:
|
||||
except (ImportError, AttributeError):
|
||||
pass
|
||||
|
||||
from lib.core.data import conf
|
||||
|
||||
Reference in New Issue
Block a user