Some minor tweaks to remove some debug logging.

This commit is contained in:
Griatch 2013-12-09 09:18:55 +01:00
parent 81ce6a1827
commit f1e156a299
2 changed files with 3 additions and 2 deletions

View file

@ -25,7 +25,7 @@ class BodyFunctions(Script):
self.interval = 20 # seconds
#self.repeats = 5 # repeat only a certain number of times
self.start_delay = True # wait self.interval until first call
self.persistent = True
#self.persistent = True
def at_repeat(self):
"""