Handle uploaded CSV and match to openlibrary titles.
This commit is contained in:
@ -31,6 +31,7 @@ class OpenLibraryConnector(AbstractConnector):
|
||||
key,
|
||||
author[0],
|
||||
doc.get('first_publish_year'),
|
||||
doc
|
||||
))
|
||||
return results
|
||||
|
||||
|
Reference in New Issue
Block a user