diff options
-rw-r--r-- | chocula/database.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chocula/database.py b/chocula/database.py index 8997e7e..f70f4a6 100644 --- a/chocula/database.py +++ b/chocula/database.py @@ -829,7 +829,7 @@ class ChoculaDatabase: ): if dextra.get(k) is not None: extra["ia"]["sim"][k] = dextra[k] - elif drow["slug"] in ("lockss", "clockss", "portico", "jstor"): + elif drow["slug"] in ("lockss", "clockss", "portico", "jstor", "pkp_pln"): extra["kbart"] = extra.get("kbart", {}) extra["kbart"][drow["slug"]] = dict(year_spans=dextra["year_spans"]) if dextra.get("abbrev"): |