Weboob.iter_backends() does not return backend name anymore
This commit is contained in:
parent
3ea53cd2f0
commit
daa27da3ce
10 changed files with 20 additions and 20 deletions
|
|
@ -59,5 +59,5 @@ class HaveSex(PromptApplication):
|
|||
|
||||
@PromptApplication.command("start profiles walker")
|
||||
def command_walker(self):
|
||||
for name, backend in self.weboob.iter_backends():
|
||||
for backend in self.weboob.iter_backends():
|
||||
backend.start_profiles_walker()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue