Update for an Issue #12

This commit is contained in:
Miroslav Stampar
2012-12-03 14:27:01 +01:00
parent 79fca8e9d5
commit 42a8234c6f
36 changed files with 36 additions and 36 deletions

View File

@@ -18,7 +18,7 @@ __priority__ = PRIORITY.LOW
def dependencies():
singleTimeWarnMessage("tamper script '%s' is only meant to be run against %s" % (os.path.basename(__file__).split(".")[0], DBMS.MYSQL))
def tamper(payload, headers=None):
def tamper(payload, **kwargs):
"""
Replaces space character (' ') with a pound character ('#') followed by
a random string and a new line ('\n')