From 2c29b4f16ca28c889ce48520a0fcf18c71d48403 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Mon, 3 Jul 2023 10:23:16 -0500 Subject: [PATCH] merge conflict fix --- frigate/app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frigate/app.py b/frigate/app.py index 0b0544a9a..ca2b284da 100644 --- a/frigate/app.py +++ b/frigate/app.py @@ -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