dont ignore metadata updates if item used to have primary id
This commit is contained in:
parent
b7bdd9da7a
commit
de7a555ce1
1 changed files with 0 additions and 2 deletions
|
@ -163,8 +163,6 @@ class Changelog(db.Model):
|
|||
i.update_primaryid(*primary, scrape=False)
|
||||
i.modified = ts2datetime(timestamp)
|
||||
else:
|
||||
if 'primaryid' in i.meta:
|
||||
return True
|
||||
i.update_meta(meta)
|
||||
i.modified = ts2datetime(timestamp)
|
||||
i.save()
|
||||
|
|
Loading…
Reference in a new issue