aboutsummaryrefslogtreecommitdiffstats
path: root/chocula/database.py
diff options
context:
space:
mode:
Diffstat (limited to 'chocula/database.py')
-rw-r--r--chocula/database.py9
1 files changed, 8 insertions, 1 deletions
diff --git a/chocula/database.py b/chocula/database.py
index f70f4a6..c432b76 100644
--- a/chocula/database.py
+++ b/chocula/database.py
@@ -829,7 +829,14 @@ class ChoculaDatabase:
):
if dextra.get(k) is not None:
extra["ia"]["sim"][k] = dextra[k]
- elif drow["slug"] in ("lockss", "clockss", "portico", "jstor", "pkp_pln"):
+ elif drow["slug"] in (
+ "lockss",
+ "clockss",
+ "portico",
+ "jstor",
+ "pkp_pln",
+ "hathitrust",
+ ):
extra["kbart"] = extra.get("kbart", {})
extra["kbart"][drow["slug"]] = dict(year_spans=dextra["year_spans"])
if dextra.get("abbrev"):