Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyb committed Sep 20, 2014
1 parent 8360c6a commit e853c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ def _fixHTML(self, html):

#save results from 19/09/2013 > 2005
#today = datetime.date.today()
today = datetime.date.(2009,09,20)
today = datetime.date.(2009, 09, 20)
for i in range(365):
day = today - datetime.timedelta(days=i)
parser.saveResults(day.day, day.month, day.year)

0 comments on commit e853c20

Please sign in to comment.