From a496849d176fefcf1f556031943e6d2009c81763 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Thu, 5 Feb 2026 07:32:46 -0700 Subject: [PATCH] formatting --- frigate/events/maintainer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/events/maintainer.py b/frigate/events/maintainer.py index 69c27bc82..67d8cf2e8 100644 --- a/frigate/events/maintainer.py +++ b/frigate/events/maintainer.py @@ -24,7 +24,7 @@ def should_update_db(prev_event: Event, current_event: Event) -> bool: and (prev_event["has_clip"] or prev_event["has_snapshot"]) ): return True - + if current_event["has_clip"] or current_event["has_snapshot"]: # if this is the first time has_clip or has_snapshot turned true if not prev_event["has_clip"] and not prev_event["has_snapshot"]: