diff options
| author | jules@lens <julescarbon@gmail.com> | 2019-02-18 13:53:18 +0100 |
|---|---|---|
| committer | jules@lens <julescarbon@gmail.com> | 2019-02-18 13:53:18 +0100 |
| commit | 3fc5bb42b0dd94b56d0f11b1568d30a1ff835629 (patch) | |
| tree | 0a56e7f9cb84bda15a6e3074d1eba8312cc058f5 /scraper/s2-final-report.py | |
| parent | b28f65ad5016ba3c3c9f973bd2a64ea3c8a3f84c (diff) | |
rebuild everything
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(): |
