load only enabled backends
This commit is contained in:
parent
b15bd31557
commit
2bc005cc48
1 changed files with 1 additions and 2 deletions
|
|
@ -29,8 +29,7 @@ class Application(BaseApplication):
|
|||
APPNAME = 'dummy'
|
||||
|
||||
def main(self, argv):
|
||||
if not self.weboob.load_backends():
|
||||
self.weboob.load_modules()
|
||||
self.weboob.load_backends()
|
||||
|
||||
for name, backend in self.weboob.iter_backends():
|
||||
print 'Backend [%s]' % name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue