From 4a1aa8b28dde887524b294d33566583baf24db74 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Mon, 9 Mar 2020 20:09:05 +0100 Subject: pubmed: we sync from FTP --- python/fatcat_tools/harvest/pubmed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/fatcat_tools/harvest/pubmed.py b/python/fatcat_tools/harvest/pubmed.py index fb421037..527e6dd3 100644 --- a/python/fatcat_tools/harvest/pubmed.py +++ b/python/fatcat_tools/harvest/pubmed.py @@ -155,7 +155,7 @@ class PubmedFTPWorker: self.date_file_map = generate_date_file_map(host=self.host) else: break - print("{} DOI ingest caught up".format(self.name)) + print("{} FTP ingest caught up".format(self.name)) def generate_date_file_map(host='ftp.ncbi.nlm.nih.gov'): -- cgit v1.2.3