don't scrape, update
This commit is contained in:
parent
9334459c5f
commit
8067825220
1 changed files with 1 additions and 1 deletions
|
@ -732,7 +732,7 @@ class Metadata(db.Model):
|
|||
def update_items(self):
|
||||
for f in Find.query.filter_by(key=self.key, value=self.value):
|
||||
if f.item:
|
||||
f.item.scrape()
|
||||
f.item.update()
|
||||
|
||||
@classmethod
|
||||
def load(self, key, value):
|
||||
|
|
Loading…
Reference in a new issue