Minor language update

This commit is contained in:
Miroslav Stampar 2013-08-30 09:55:57 +02:00
parent 28eca2116f
commit e0bfb0503c

View File

@ -913,7 +913,7 @@ def _setTamperingFunctions():
function() function()
if not found: if not found:
errMsg = "missing function 'tamper(payload, headers)' " errMsg = "missing function 'tamper(payload, **kwargs)' "
errMsg += "in tamper script '%s'" % tfile errMsg += "in tamper script '%s'" % tfile
raise SqlmapGenericException(errMsg) raise SqlmapGenericException(errMsg)