Renew command on champslibres
This commit is contained in:
parent
bdcc5db8bb
commit
03f998a33f
3 changed files with 24 additions and 0 deletions
|
|
@ -56,6 +56,10 @@ class ChampslibresBackend(BaseBackend, ICapBook):
|
|||
def get_booked(self):
|
||||
raise NotImplementedError()
|
||||
|
||||
def renew_book(self, id):
|
||||
self.browser.renew(id)
|
||||
|
||||
|
||||
def iter_books(self):
|
||||
#for book in self.get_booked():
|
||||
# yield book
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue