Set req's sleep time to 0

This commit is contained in:
Fierelier 2021-07-01 01:33:23 +02:00
parent bbd7fc1ad6
commit b00d217400
1 changed files with 2 additions and 1 deletions

View File

@ -6,4 +6,5 @@ def f(self,cmd):
rtn = cmd[:2] + self.runCommand(cmd[2:])
return rtn
commands["req"]["function"] = f
commands["req"]["function"] = f
commands["req"]["sleep"] = 0