mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Minor nuisance patch
This commit is contained in:
parent
78e503d7b2
commit
4237333dca
2 changed files with 5 additions and 0 deletions
|
|
@ -16,6 +16,8 @@ import time
|
|||
import traceback
|
||||
import warnings
|
||||
|
||||
sys.dont_write_bytecode = True
|
||||
|
||||
warnings.filterwarnings(action="ignore", message=".*was already imported", category=UserWarning)
|
||||
warnings.filterwarnings(action="ignore", category=DeprecationWarning)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue