Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
cswbrian committed Sep 29, 2018
1 parent b78e659 commit d02c1e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scraper.py
Expand Up @@ -22,7 +22,8 @@
if cp:
td = row.find_all("td", class_ ="hRight")
ctrlPt_data = {
'date': ytd.strftime("%Y-%m-%d"),
#'date': ytd.strftime("%Y-%m-%d"),
'date': '2018-09-25',
'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 d02c1e5

Please sign in to comment.