mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 08:22:15 +01:00
Minor update
This commit is contained in:
parent
0c8f6156d2
commit
5d32ca638b
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ import optparse
|
|||
import os
|
||||
import warnings
|
||||
|
||||
warnings.filterwarnings(action="ignore", message=".*was already imported", category=UserWarning)
|
||||
warnings.filterwarnings(action="ignore", category=UserWarning)
|
||||
warnings.filterwarnings(action="ignore", category=DeprecationWarning)
|
||||
|
||||
from lib.core.common import getUnicode
|
||||
|
|
|
|||
Loading…
Reference in a new issue