Remove references to source_url
This commit is contained in:
parent
3a4a194160
commit
b8568a76c8
3 changed files with 2 additions and 5 deletions
|
@ -61,8 +61,8 @@ class Connector(AbstractConnector):
|
|||
}
|
||||
book = update_from_mappings(book, data, mappings)
|
||||
|
||||
if not book.source_url:
|
||||
book.source_url = response.url
|
||||
if not book.remote_id:
|
||||
book.remote_id = response.url
|
||||
if not book.connector:
|
||||
book.connector = self.connector
|
||||
book.save()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue