More error handling in connector/books manager
This commit is contained in:
parent
fe83f5d442
commit
94d5986ff2
3 changed files with 6 additions and 5 deletions
|
@ -50,10 +50,6 @@ class Connector(AbstractConnector):
|
|||
)
|
||||
|
||||
|
||||
def get_or_create_book(self, remote_id):
|
||||
''' this COULD be semi-implemented but I think it shouldn't be used '''
|
||||
|
||||
|
||||
def is_work_data(self, data):
|
||||
pass
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue