We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8daaa4f commit 44e4db2Copy full SHA for 44e4db2
src/murfey/client/instance_environment.py
@@ -41,7 +41,6 @@ class MurfeyInstanceEnvironment(BaseModel):
41
destination_registry: Dict[str, str] = {}
42
watchers: Dict[Path, DirWatcher] = {}
43
demo: bool = False
44
- data_collection_group_ids: Dict[str, int] = {}
45
data_collection_parameters: dict = {}
46
movies: Dict[Path, MovieTracker] = {}
47
movie_tilt_pair: Dict[Path, str] = {}
@@ -64,7 +63,6 @@ def clear(self):
64
63
for w in self.watchers.values():
65
w.stop()
66
self.watchers = {}
67
- self.data_collection_group_ids = {}
68
self.data_collection_parameters = {}
69
self.movies = {}
70
self.movie_tilt_pair = {}
0 commit comments