diff --git a/colorbleed/lib.py b/colorbleed/lib.py index e1fe8b7e69..3865c00932 100644 --- a/colorbleed/lib.py +++ b/colorbleed/lib.py @@ -259,7 +259,7 @@ def get_project_fps(): project_name = io.active_project() project = io.find_one({"name": project_name, "type": "project"}, - projection={"config.fps": True}) + projection={"config": True}) config = project.get("config", None) assert config, "This is a bug"