Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 96da7ba

Browse files
committed
just in case for Deprecated modules
1 parent eafab03 commit 96da7ba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sqlmap.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
import warnings
1616

1717
warnings.filterwarnings(action="ignore", message=".*was already imported", category=UserWarning)
18+
warnings.filterwarnings(action="ignore", category=DeprecationWarning)
1819

1920
try:
2021
import psyco

0 commit comments

Comments
 (0)