little fix
This commit is contained in:
parent
27876970f3
commit
95edb50496
1 changed files with 0 additions and 2 deletions
|
|
@ -249,8 +249,6 @@ class Videoob(ReplApplication):
|
||||||
for name in [b.NAME for b in self.weboob.iter_backends(caps=ICapCollection)]:
|
for name in [b.NAME for b in self.weboob.iter_backends(caps=ICapCollection)]:
|
||||||
print name
|
print name
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
backend = [b for b in self.enabled_backends if b.NAME == self.working_dir[0]][0]
|
|
||||||
|
|
||||||
def do(backend):
|
def do(backend):
|
||||||
return backend.iter_resources(self.working_dir[1:])
|
return backend.iter_resources(self.working_dir[1:])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue