Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eafab03 commit 96da7baCopy full SHA for 96da7ba
1 file changed
sqlmap.py
@@ -15,6 +15,7 @@
15
import warnings
16
17
warnings.filterwarnings(action="ignore", message=".*was already imported", category=UserWarning)
18
+warnings.filterwarnings(action="ignore", category=DeprecationWarning)
19
20
try:
21
import psyco
0 commit comments