Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 27cea68

Browse files
committed
No more need for 'place' parameter
1 parent eab331e commit 27cea68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tamper/randomcase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from lib.core.common import randomRange
1313
from lib.core.data import kb
1414

15-
def tamper(place, value):
15+
def tamper(value):
1616
"""
1717
Replaces each character with random case value
1818
Example: 'INSERT' might become 'InsERt'

0 commit comments

Comments
 (0)