commit
6d5ac43dcb
|
@ -92,11 +92,11 @@ def main():
|
||||||
port = int(params['port'])
|
port = int(params['port'])
|
||||||
state = params['state']
|
state = params['state']
|
||||||
|
|
||||||
|
start = datetime.datetime.now()
|
||||||
|
|
||||||
if delay:
|
if delay:
|
||||||
time.sleep(delay)
|
time.sleep(delay)
|
||||||
|
|
||||||
start = datetime.datetime.now()
|
|
||||||
|
|
||||||
if state == 'stopped':
|
if state == 'stopped':
|
||||||
### first wait for the host to go down
|
### first wait for the host to go down
|
||||||
end = start + datetime.timedelta(seconds=timeout)
|
end = start + datetime.timedelta(seconds=timeout)
|
||||||
|
|
Loading…
Reference in New Issue