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

Skip to content

Commit 0795e11

Browse files
committed
Removed ignore of deprecation warning, dealt with it in convert.py
1 parent 4bea0e3 commit 0795e11

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

sqlmap.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@
2626
import sys
2727
import time
2828
import traceback
29-
import warnings
30-
31-
warnings.filterwarnings(action = "ignore", message = ".*(md5|sha) module is deprecated", category = DeprecationWarning)
3229

3330
try:
3431
import psyco

0 commit comments

Comments
 (0)