Set req's sleep time to 0
This commit is contained in:
parent
bbd7fc1ad6
commit
b00d217400
@ -6,4 +6,5 @@ def f(self,cmd):
|
|||||||
|
|
||||||
rtn = cmd[:2] + self.runCommand(cmd[2:])
|
rtn = cmd[:2] + self.runCommand(cmd[2:])
|
||||||
return rtn
|
return rtn
|
||||||
commands["req"]["function"] = f
|
commands["req"]["function"] = f
|
||||||
|
commands["req"]["sleep"] = 0
|
Loading…
Reference in New Issue
Block a user