Minor update

This commit is contained in:
Miroslav Stampar
2019-05-07 15:31:47 +02:00
parent 9240e05096
commit fd97942760
3 changed files with 3 additions and 3 deletions

View File

@@ -2346,7 +2346,7 @@ def _checkTor():
except SqlmapConnectionException:
page = None
if not page or 'Congratulations' not in page:
if not page or "Congratulations" not in page:
errMsg = "it appears that Tor is not properly set. Please try using options '--tor-type' and/or '--tor-port'"
raise SqlmapConnectionException(errMsg)
else: