Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
cswbrian committed Sep 25, 2018
1 parent db3a76a commit 0c4444a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.py
Expand Up @@ -33,6 +33,6 @@
'departure_Other_Visitors': int(td[7].text.replace(',','')),
'departure_Total': int(td[8].text.replace(',',''))
}
scraperwiki.sqlite.save(unique_keys=['date', 'control_point'], data=ctrlPt_data)
print(ctrlPt_data)
print(ytdYmd)
scraperwiki.sqlite.save(unique_keys=['date', 'control_point'], data=ctrlPt_data)
print(ytdYmd)

0 comments on commit 0c4444a

Please sign in to comment.