s/weboob.backends/weboob.backend_instances/
This commit is contained in:
parent
b11f22e71a
commit
e2f9bdb054
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ class Monboob(ConsoleApplication):
|
|||
bname = to
|
||||
|
||||
try:
|
||||
backend = self.weboob.backends[bname]
|
||||
backend = self.weboob.backend_instances[bname]
|
||||
except KeyError:
|
||||
print >>sys.stderr, 'Backend %s not found' % bname
|
||||
return 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue