abstraction on scheduler
This commit is contained in:
parent
e66f47e3fb
commit
3393fb73e9
7 changed files with 64 additions and 14 deletions
|
|
@ -48,7 +48,7 @@ class Monboob(BaseApplication):
|
|||
|
||||
self.weboob.load_backends(ICapMessages)
|
||||
|
||||
self.weboob.schedule(self.config.get('interval'), self.process)
|
||||
self.weboob.repeat(self.config.get('interval'), self.process)
|
||||
self.weboob.loop()
|
||||
|
||||
def process(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue