--backends is used on every frontends
This commit is contained in:
parent
e79e4bd65c
commit
758281effb
10 changed files with 28 additions and 18 deletions
|
|
@ -27,7 +27,7 @@ class HaveSex(PromptApplication):
|
|||
|
||||
def main(self, argv):
|
||||
self.load_config()
|
||||
self.weboob.load_backends(ICapDating, storage=self.create_storage(self.STORAGE_FILENAME))
|
||||
self.load_backends(ICapDating, storage=self.create_storage(self.STORAGE_FILENAME))
|
||||
|
||||
return self.loop()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue