Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update scraper.py
  • Loading branch information
danozgriff committed Feb 28, 2016
1 parent 8d2388b commit 5cef316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -64,7 +64,7 @@
print MinPrice
print MaxDate
print MaxPrice
delta = MaxDate - MinDate
delta = Date(MaxDate) - Date(MinDate)
print 'Delta: ' + delta.days
else:
for a in d1list["data"]:
Expand Down

0 comments on commit 5cef316

Please sign in to comment.