diff options
Diffstat (limited to 'scraper/s2-papers.py')
| -rw-r--r-- | scraper/s2-papers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scraper/s2-papers.py b/scraper/s2-papers.py index 86e2d614..1fd901c7 100644 --- a/scraper/s2-papers.py +++ b/scraper/s2-papers.py @@ -15,7 +15,7 @@ s2 = SemanticScholarAPI() @click.command() def fetch_papers(): addresses = AddressBook() - lookup_keys, lines = read_csv('./datasets/citation_lookup.csv') + lookup_keys, lines = fetch_google_sheet('citation_lookup') report_keys = [ "key", "name", "our title", 'found title', '', '', 'address', 's2 id' ] |
