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-citation-report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scraper/s2-citation-report.py') diff --git a/scraper/s2-citation-report.py b/scraper/s2-citation-report.py index 6dfababd..70df82d2 100644 --- a/scraper/s2-citation-report.py +++ b/scraper/s2-citation-report.py @@ -352,7 +352,7 @@ def process_paper(row, addresses, success): return res def load_megapixels_queries(): - keys, rows = read_csv('datasets/citation_lookup.csv') + keys, rows = fetch_google_sheet('citation_lookup') recs = [] for row in rows: rec = {} -- cgit v1.2.3-70-g09d2