From 55511a965fd9fcffdc314cf4e277d0d0682dc12e Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 12 Feb 2019 14:07:02 +0100 Subject: use google sheet as source of truth for citations --- scraper/s2-final-report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scraper/s2-final-report.py') 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 = {} -- cgit v1.2.3-70-g09d2