fix backends initialization
This commit is contained in:
parent
e8349f5ddc
commit
7d274c74b7
6 changed files with 4 additions and 15 deletions
|
|
@ -45,8 +45,8 @@ class Module:
|
|||
return True
|
||||
return False
|
||||
|
||||
def create_backend(self, weboob):
|
||||
return self.klass(weboob)
|
||||
def create_backend(self, weboob, config):
|
||||
return self.klass(weboob, config)
|
||||
|
||||
class ModulesLoader:
|
||||
def __init__(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue