Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cswbrian committed Oct 11, 2018
1 parent b65d580 commit 3e033d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.py
Expand Up @@ -9,8 +9,8 @@
import pytz


date = "20180929"
date1 = "2018-09-29"
date = "20180930"
date1 = "2018-09-30"

# Get Date
twoDayAgo = datetime.now() + timedelta(hours=8)-timedelta(days=2)
Expand Down

0 comments on commit 3e033d1

Please sign in to comment.