Skip to content

Commit

Permalink
bugfix hashList
Browse files Browse the repository at this point in the history
  • Loading branch information
adityabindal committed Jul 24, 2017
1 parent 61a3aae commit 430d788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -112,7 +112,7 @@ def getListings(url,ticker):
else:
# print i
# Create apartment class instance from object
unit=apartment(i))
unit=apartment(i)
if unit.hashedTitle in hashList or tempHashList:
unit.saveToDB()
else:
Expand Down

0 comments on commit 430d788

Please sign in to comment.