forgot rename
This commit is contained in:
parent
ce8c424f12
commit
c20ee8f99f
1 changed files with 2 additions and 2 deletions
|
|
@ -233,8 +233,8 @@ class ConsoleApplication(BaseApplication):
|
|||
register_command = staticmethod(register_command)
|
||||
command = staticmethod(command)
|
||||
|
||||
def load_backends(self, caps=None, names=None, *args, **kwargs):
|
||||
loaded_backends = BaseApplication.load_backends(self, caps, names, *args, **kwargs)
|
||||
def load_configured_backends(self, caps=None, names=None, *args, **kwargs):
|
||||
loaded_backends = BaseApplication.load_configured_backends(self, caps, names, *args, **kwargs)
|
||||
if not loaded_backends:
|
||||
logging.error(u'Cannot start application: no configured backend was found.\nHere is a list of all available backends:')
|
||||
from weboob.applications.weboobcfg import WeboobCfg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue