Added non-persistent functinality to the TickerHandler, for specific use with OOB.

This commit is contained in:
Griatch 2016-03-24 19:44:18 +01:00
parent e09a172854
commit bece57f067
4 changed files with 36 additions and 20 deletions

View file

@ -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