mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Fixes #4050
This commit is contained in:
parent
9ca5dc798e
commit
884ee56730
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue