Removes outdated test of bookwyrm connector updater
This commit is contained in:
parent
4f6ce0307d
commit
9b79eb5fc3
3 changed files with 2 additions and 27 deletions
|
@ -24,7 +24,7 @@ class Connector(AbstractConnector):
|
|||
|
||||
|
||||
def is_work_data(self, data):
|
||||
return data['type'] == 'Work'
|
||||
return data.get('type') == 'Work'
|
||||
|
||||
|
||||
def get_edition_from_work_data(self, data):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue