Set connectors on books
This commit is contained in:
parent
1a33290267
commit
0c9aad730d
4 changed files with 6 additions and 4 deletions
|
@ -61,6 +61,7 @@ class Connector(AbstractConnector):
|
|||
book = update_from_mappings(book, data, mappings)
|
||||
|
||||
book.source_url = response.url
|
||||
book.connector = self.connector
|
||||
book.save()
|
||||
|
||||
if data.get('parent_work'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue