Added non-persistent functinality to the TickerHandler, for specific use with OOB.
This commit is contained in:
parent
e09a172854
commit
bece57f067
4 changed files with 36 additions and 20 deletions
|
|
@ -136,6 +136,7 @@ class ExtendedLoopingCall(LoopingCall):
|
|||
return interval - (total_runtime % self.interval)
|
||||
return None
|
||||
|
||||
|
||||
class ScriptBase(with_metaclass(TypeclassBase, ScriptDB)):
|
||||
"""
|
||||
Base class for scripts. Don't inherit from this, inherit from the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue