don't scrape, update

This commit is contained in:
j 2016-01-05 22:56:58 +05:30
parent 9334459c5f
commit 8067825220
1 changed files with 1 additions and 1 deletions

View File

@ -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):