fix loading of modules by names
This commit is contained in:
parent
84f4b18068
commit
9915edbaf7
2 changed files with 3 additions and 2 deletions
|
|
@ -77,6 +77,7 @@ class Module:
|
|||
return False
|
||||
|
||||
def create_backend(self, weboob, name, config, storage):
|
||||
debug('Created backend "%s"' % name)
|
||||
return self.klass(weboob, name, config, storage)
|
||||
|
||||
class BackendsConfig(object):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue