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 2, 2018
1 parent c7a7611 commit cd649e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -21,7 +21,7 @@
if cp:
td = row.find_all("td", class_ ="hRight")
ctrlPt_data = {
'date': ytd.strftime("%Y-%m-%d"),
'date': twoDayAgo.strftime("%Y-%m-%d"),
'control_point': cp.text,
'arrival_Hong_Kong_Residents': int(td[0].text.replace(',','')),
'arrival_Mainland_Visitors': int(td[1].text.replace(',','')),
Expand Down

0 comments on commit cd649e9

Please sign in to comment.