Removed persistence from test script bodyfunctions.
This commit is contained in:
parent
5271944f9a
commit
679524bd4a
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ class BodyFunctions(Script):
|
||||||
self.interval = 20 # seconds
|
self.interval = 20 # seconds
|
||||||
#self.repeats = 5 # repeat only a certain number of times
|
#self.repeats = 5 # repeat only a certain number of times
|
||||||
self.start_delay = True # wait self.interval until first call
|
self.start_delay = True # wait self.interval until first call
|
||||||
self.persistent = True
|
#self.persistent = True
|
||||||
|
|
||||||
def at_repeat(self):
|
def at_repeat(self):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue