diff options
| author | adamhrv <adam@ahprojects.com> | 2019-02-24 21:05:12 +0100 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-02-24 21:05:12 +0100 |
| commit | 83acb900f3d444f38e3325741da798e5dd95eda5 (patch) | |
| tree | ae381e2bd93cf5d691277364ba05c2609405a0b0 /scraper/s2-citation-report.py | |
| parent | 0f5a1781cd617e90400c48062a82e40f980fa2b1 (diff) | |
| parent | 9b180b3c3fe809dd9c8818f6cbd785e9df31b507 (diff) | |
Merge branch 'master' of github.com:adamhrv/megapixels_dev
Diffstat (limited to 'scraper/s2-citation-report.py')
| -rw-r--r-- | scraper/s2-citation-report.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scraper/s2-citation-report.py b/scraper/s2-citation-report.py index c515ec37..91e433a6 100644 --- a/scraper/s2-citation-report.py +++ b/scraper/s2-citation-report.py @@ -48,8 +48,8 @@ def write_master_report(fn, papers): if paper['key'] not in paper_key_lookup: paper_key_lookup[paper['key']] = paper - # then fetch the statistics csv which has things like "year" - fields, rows = fetch_google_sheet('statistics') + # then fetch the datasets csv which has things like "year" + fields, rows = fetch_google_sheet('datasets') master_papers = [] statistics = {} |
