Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
thejamram committed Oct 16, 2019
1 parent 1e9d830 commit 5a81dab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scraper.py
Expand Up @@ -22,3 +22,5 @@

titles=['Date','% delivered', '% on time']
data={'Date': ptv_date, '% delivered': ptv_pct_deliv, '% on time': ptv_ontime}

scraperwiki.sqlite.save(unique_keys=['Date'], data=data)

0 comments on commit 5a81dab

Please sign in to comment.