merge conflict fix

This commit is contained in:
Josh Hawkins 2023-07-03 10:23:16 -05:00
parent c9a9734c73
commit 2c29b4f16c

View File

@ -168,6 +168,7 @@ class FrigateApp:
"capture_process": None,
"process": None,
}
self.camera_metrics[camera_name]["ptz_stopped"].set()
self.feature_metrics[camera_name] = {
"audio_enabled": mp.Value( # type: ignore[typeddict-item]
# issue https://github.com/python/typeshed/issues/8799