Skip to content

Commit

Permalink
hash test
Browse files Browse the repository at this point in the history
  • Loading branch information
adityabindal committed Jul 21, 2017
1 parent 405bb21 commit 0ff062e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -62,7 +62,7 @@ def __init__(self, obj):
self.daysSince=(datetime.datetime.now()-datetime.datetime.fromtimestamp(self.postingDate)).days
def saveToDB(self):
scraperwiki.sqlite.save(
unique_keys=['hasedhTitle'],
unique_keys=['hashedTitle'],
data={
'bedrooms':self.bedrooms,
'price':self.price,
Expand Down

0 comments on commit 0ff062e

Please sign in to comment.