diff options
-rw-r--r-- | chocula/database.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chocula/database.py b/chocula/database.py index b89d8ba..c7fee47 100644 --- a/chocula/database.py +++ b/chocula/database.py @@ -501,8 +501,6 @@ 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"]) out["sherpa_color"] = extra["sherpa_romeo"]["color"] |