mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Some more PEPing (I hope that I haven't broke anything)
This commit is contained in:
@@ -55,5 +55,4 @@ def tamper(payload, **kwargs):
|
||||
_ = "%s %s BETWEEN %s AND %s" % (match.group(2), match.group(4), match.group(5), match.group(5))
|
||||
retVal = retVal.replace(match.group(0), _)
|
||||
|
||||
|
||||
return retVal
|
||||
|
||||
Reference in New Issue
Block a user