Remove backend for do() calls
This commit is contained in:
parent
40a8bc0ce1
commit
628c63f899
33 changed files with 112 additions and 113 deletions
|
|
@ -68,5 +68,5 @@ class Boobooks(ReplApplication):
|
|||
return 2
|
||||
names = (backend_name,) if backend_name is not None else None
|
||||
|
||||
for backend, renew in self.do('renew_book', id, backends=names):
|
||||
for renew in self.do('renew_book', id, backends=names):
|
||||
self.format(renew)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue