aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/fatcat_tools/workers/changelog.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_tools/workers/changelog.py b/python/fatcat_tools/workers/changelog.py
index b0dca6eb..c7b156f6 100644
--- a/python/fatcat_tools/workers/changelog.py
+++ b/python/fatcat_tools/workers/changelog.py
@@ -226,7 +226,7 @@ class EntityUpdatesWorker(FatcatWorker):
return False
# figshare
- if doi and doi.startswith('10.6084/') or doi.startswith('10.25384/'):
+ if doi and (doi.startswith('10.6084/') or doi.startswith('10.25384/')):
# don't crawl "most recent version" (aka "group") DOIs
if not release.version:
return False