Minor language cleanup

This commit is contained in:
Miroslav Stampar
2012-10-04 18:28:36 +02:00
parent 8865fe69d7
commit f71b937add
6 changed files with 8 additions and 8 deletions

View File

@@ -760,7 +760,7 @@ def checkDynamicContent(firstPage, secondPage):
return
warnMsg = "target url is heavily dynamic"
warnMsg += ", sqlmap is going to retry the request"
warnMsg += ". sqlmap is going to retry the request"
logger.critical(warnMsg)
secondPage, _ = Request.queryPage(content=True)