diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-02-12 14:07:02 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-02-12 14:07:02 +0100 |
| commit | 55511a965fd9fcffdc314cf4e277d0d0682dc12e (patch) | |
| tree | 113d8bc3c8eec48e85071f6d22e53bd301a20a90 /scraper/s2-final-report.py | |
| parent | 9115c4b920a6155f8b66ac64c71d008f67058e7e (diff) | |
use google sheet as source of truth for citations
Diffstat (limited to 'scraper/s2-final-report.py')
| -rw-r--r-- | scraper/s2-final-report.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scraper/s2-final-report.py b/scraper/s2-final-report.py index e8307b8d..2da2e700 100644 --- a/scraper/s2-final-report.py +++ b/scraper/s2-final-report.py @@ -174,7 +174,7 @@ def load_ft_lookup(): return lookup def load_megapixels_lookup(): - keys, rows = read_csv('datasets/citation_lookup.csv') + keys, rows = fetch_google_sheet('citation_lookup') lookup = {} for row in rows: rec = {} |
