Commit 7ba423af by John Jarvis

adding delay_after param

parent 81080a1a
......@@ -92,6 +92,7 @@ def main():
delay = int(params['delay'])
port = int(params['port'])
state = params['state']
delay_after = params['delay_after']
start = datetime.datetime.now()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment