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 eabb5a2 commit f308807Copy full SHA for f308807
1 file changed
lib/request/comparison.py
@@ -61,8 +61,8 @@ def comparison(page, getRatioValue=False, pageLength=None):
61
if kb.nullConnection and pageLength:
62
if not seqMatcher.a:
63
errMsg = "problem occured while retrieving original page content "
64
- errMsg += "which prevents sqlmap from continuation. please rerun, "
65
- errMsg += "and if problem persists please turn off optimization switches"
+ errMsg += "which prevents sqlmap from continuation. Please rerun, "
+ errMsg += "and if the problem persists turn off any optimization switches"
66
raise sqlmapNoneDataException, errMsg
67
68
ratio = 1. * pageLength / len(seqMatcher.a)
0 commit comments