aboutsummaryrefslogtreecommitdiffstats
path: root/python/fatcat_import.py
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-02-19 02:28:11 +0100
committerMartin Czygan <martin.czygan@gmail.com>2020-02-22 17:44:38 +0100
commit376053a479a8d683fc5e099d0b0b3cb76c026d16 (patch)
tree0ef3343b258ad9d485aa8a558e1f505832c5d415 /python/fatcat_import.py
parent456f318b5ef904786aabf2411d2d244cd38f25b1 (diff)
downloadfatcat-376053a479a8d683fc5e099d0b0b3cb76c026d16.tar.gz
fatcat-376053a479a8d683fc5e099d0b0b3cb76c026d16.zip
more pubmed adjustments
* regenerate map in continuous mode * add tests
Diffstat (limited to 'python/fatcat_import.py')
-rwxr-xr-xpython/fatcat_import.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_import.py b/python/fatcat_import.py
index eaab9cfe..b0fde01b 100755
--- a/python/fatcat_import.py
+++ b/python/fatcat_import.py
@@ -60,7 +60,7 @@ def run_pubmed(args):
pi,
args.kafka_hosts,
args.kafka_env,
- "oaipmh-pubmed",
+ "ftp-pubmed",
"fatcat-{}-import-pubmed".format(args.kafka_env),
).run()
else: