Minor cosmetics

This commit is contained in:
stamparm 2013-03-18 11:41:15 +01:00
parent ba1e9aa373
commit 7111cdabe3

View File

@ -100,7 +100,7 @@ class Google(object):
if not retVal and "detected unusual traffic" in page:
warnMsg = "Google has detected 'unusual' traffic from "
warnMsg += "this computer disabling further searches"
warnMsg += "used IP address disabling further searches"
raise SqlmapGenericException(warnMsg)
return retVal