diff --git a/bw_timex/dynamic_characterization.py b/bw_timex/dynamic_characterization.py index 5cd02f7..805f579 100644 --- a/bw_timex/dynamic_characterization.py +++ b/bw_timex/dynamic_characterization.py @@ -360,7 +360,7 @@ def add_default_characterization_functions(self): # look up which GHGs are characterized in the selected static LCA method method_data = bd.Method(self.method).load() - biosphere_db = bd.Database(bd.config.p.get("biosphere_database", "biosphere3")) + biosphere_db = bd.Database(bd.config.biosphere) # the bioflow-identifier stored in the method data can be the database id or the tuple (database, code) def get_bioflow_node(identifier):