Skip to content

Commit

Permalink
Bugfix datetime checker
Browse files Browse the repository at this point in the history
  • Loading branch information
adityabindal committed Jul 20, 2017
1 parent 63dd02a commit 87ea03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -134,6 +134,6 @@ def get_neighborhood_for_point(lat, lng, commareas):
return neighborhood['properties']['name']


if int(time.strftime(%d))%3==0:
if int(time.strftime('%d'))%3==0:
poly=geojson.loads(open('SF Find Neighborhoods.geojson').read())['features']
getListings(base_url+start_url,ticker)

0 comments on commit 87ea03c

Please sign in to comment.