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

Skip to content

Commit 6806cbd

Browse files
committed
minor language update
1 parent d958c2f commit 6806cbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqlmap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
PYVERSION = sys.version.split()[0]
1313

1414
if PYVERSION >= "3" or PYVERSION < "2.6":
15-
exit("[CRITICAL] wrong Python version detected ('%s'). For successfully running sqlmap you have to use 2.6 <= Python < 3.0" % PYVERSION)
15+
exit("[CRITICAL] incompatible Python version detected ('%s'). For successfully running sqlmap you'll have to use 2.6 <= Python < 3.0" % PYVERSION)
1616
else:
1717
from _sqlmap import main
1818
# import needed for proper working of --profile switch

0 commit comments

Comments
 (0)