diff options
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 eff9a736..c0e005be 100644 --- a/scraper/s2-final-report.py +++ b/scraper/s2-final-report.py @@ -12,7 +12,7 @@ DIR_PUBLIC_CITATIONS = "../site/datasets/final" DIR_UNKNOWN_CITATIONS = "../site/datasets/unknown" addresses = AddressBook() -paper_location_lookup = fetch_google_lookup('paper_locations') +paper_location_lookup = fetch_google_lookup('paper_locations', item_key='paper_id') @click.command() def s2_final_report(): |
