Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danozgriff committed Feb 17, 2017
1 parent e81ff19 commit 09637a1
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 @@ -496,7 +496,7 @@ def ScrapeUserInput():
if cnt==2:
tidm=test3.pop(0).strip()
if cnt==3:
OpenDate=datetime.datetime.strptime(test3.pop(0).strip(), "%d/%m/%Y")
OpenDate=datetime.datetime.strptime(test3.pop(0).strip(), "%d/%m/%y")
OpenDate=tdate.strftime("%Y-%m-%d")
if cnt==4:
OpenSignal=test3.pop(0).strip().upper()
Expand Down

0 comments on commit 09637a1

Please sign in to comment.