Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ceb518 commit a944028Copy full SHA for a944028
1 file changed
lib/core/agent.py
@@ -123,7 +123,6 @@ def payload(self, place=None, parameter=None, value=None, newValue=None, where=N
123
value = ""
124
else:
125
value = "-%s" % randomInt()
126
- value = "%s " % value if value and not value.startswith(' ') else value
127
elif where == PAYLOAD.WHERE.REPLACE:
128
129
0 commit comments