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

Skip to content

Commit a944028

Browse files
committed
Revert of last commit
1 parent 9ceb518 commit a944028

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/core/agent.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ def payload(self, place=None, parameter=None, value=None, newValue=None, where=N
123123
value = ""
124124
else:
125125
value = "-%s" % randomInt()
126-
value = "%s " % value if value and not value.startswith(' ') else value
127126
elif where == PAYLOAD.WHERE.REPLACE:
128127
value = ""
129128
else:

0 commit comments

Comments
 (0)