--backends is used on every frontends

This commit is contained in:
Romain Bignon 2010-04-20 23:27:33 +02:00
commit 758281effb
10 changed files with 28 additions and 18 deletions

View file

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