diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-03-08 21:07:12 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-03-08 21:07:12 +0100 |
| commit | 8396d4b3af07dc84c4243c3ee131750759ee5324 (patch) | |
| tree | d36885abc8a3ccc834e0885f5761630b81e004e5 /scraper/s2-papers.py | |
| parent | faa59f192c00dadd84165fe14a90307c908e6ab2 (diff) | |
possibly freshen raw papers
Diffstat (limited to 'scraper/s2-papers.py')
| -rw-r--r-- | scraper/s2-papers.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scraper/s2-papers.py b/scraper/s2-papers.py index 92bf8ebf..ef7d3d81 100644 --- a/scraper/s2-papers.py +++ b/scraper/s2-papers.py @@ -10,7 +10,8 @@ import click from s2 import SemanticScholarAPI from util import * from urllib.parse import unquote -raw_papers_api = import_module('s2-raw-papers') +import importlib +raw_papers_api = importlib.import_module('s2-raw-papers') s2 = SemanticScholarAPI() |
