diff options
Diffstat (limited to 'python/fatcat_tools/harvest/doi_registrars.py')
-rw-r--r-- | python/fatcat_tools/harvest/doi_registrars.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_tools/harvest/doi_registrars.py b/python/fatcat_tools/harvest/doi_registrars.py index 3201c180..9518a96d 100644 --- a/python/fatcat_tools/harvest/doi_registrars.py +++ b/python/fatcat_tools/harvest/doi_registrars.py @@ -135,7 +135,7 @@ class HarvestCrossrefWorker: if continuous: print("Sleeping {} seconds...".format(self.loop_sleep)) - time.sleep(self.loop_sleep()) + time.sleep(self.loop_sleep) else: break print("{} DOI ingest caught up".format(self.name)) |