Path to update books
This commit is contained in:
parent
de4f783891
commit
3a4a194160
9 changed files with 68 additions and 33 deletions
|
@ -57,7 +57,7 @@ class AbstractConnector(ABC):
|
|||
|
||||
|
||||
@abstractmethod
|
||||
def update_book(self, book_obj):
|
||||
def update_book(self, book_obj, data=None):
|
||||
''' sync a book with the canonical remote copy '''
|
||||
# return book model obj
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue