diff options
-rw-r--r-- | chocula/database.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chocula/database.py b/chocula/database.py index a27a560..4606212 100644 --- a/chocula/database.py +++ b/chocula/database.py @@ -501,6 +501,8 @@ class ChoculaDatabase: out["is_oa"] = True if irow["slug"] == "ezb": ezb_extra = json.loads(irow["extra"]) + if ezb_extra["ezb_color"] == "green": + out["is_oa"] = True if irow["slug"] == "sherpa_romeo": extra = json.loads(irow["extra"]) if extra.get("sherpa_romeo"): |