Fix a comment I broke, part 2...
This commit is contained in:
parent
0e2994203a
commit
e8dc8a93d3
1 changed files with 1 additions and 1 deletions
|
|
@ -566,7 +566,7 @@ class DefaultScript(ScriptBase):
|
||||||
first call the stop hooks, and then the start hooks again.
|
first call the stop hooks, and then the start hooks again.
|
||||||
Args:
|
Args:
|
||||||
interval (int, optional): Allows for changing the interval
|
interval (int, optional): Allows for changing the interval
|
||||||
of the Script. Given in seconds. if `None`, will use the
|
of the Script. Given in seconds. if `None`, will use the already stored interval.
|
||||||
repeats (int, optional): The number of repeats. If unset, will
|
repeats (int, optional): The number of repeats. If unset, will
|
||||||
use the previous setting.
|
use the previous setting.
|
||||||
start_delay (bool, optional): If we should wait `interval` seconds
|
start_delay (bool, optional): If we should wait `interval` seconds
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue