new backends storage system
This commit is contained in:
parent
24f80df0fd
commit
7630dac4e6
4 changed files with 70 additions and 7 deletions
|
|
@ -72,8 +72,8 @@ class Module:
|
|||
return True
|
||||
return False
|
||||
|
||||
def create_backend(self, weboob, name, config):
|
||||
return self.klass(weboob, name, config)
|
||||
def create_backend(self, weboob, name, config, storage):
|
||||
return self.klass(weboob, name, config, storage)
|
||||
|
||||
class BackendsConfig:
|
||||
class WrongPermissions(Exception):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue