Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye217 committed Oct 7, 2024
1 parent d5f6a14 commit 4391e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frigate/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ def __init__(self, config: Any) -> None:
self.camera_metrics: dict[str, CameraMetrics] = {}
self.ptz_metrics: dict[str, PTZMetrics] = {}
self.processes: dict[str, int] = {}
self.embeddings: Optional[EmbeddingsContext] = None
self.region_grids: dict[str, list[list[dict[str, int]]]] = {}
self.config: FrigateConfig = config
self.embeddings: Optional[EmbeddingsContext] = None

def ensure_dirs(self) -> None:
for d in [
Expand Down

0 comments on commit 4391e9c

Please sign in to comment.