From 49c3abd347cd2ea737eabfefb2297d71b1e9c20c Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Wed, 12 Jul 2023 20:35:24 -0600 Subject: [PATCH] Formatting --- frigate/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/models.py b/frigate/models.py index 179759430..64f72c538 100644 --- a/frigate/models.py +++ b/frigate/models.py @@ -66,7 +66,7 @@ class Recordings(Model): # type: ignore[misc] duration = FloatField() motion = IntegerField(null=True) objects = IntegerField(null=True) - audio = BooleanField(default=False) # audio events in this recording + audio = BooleanField(default=False) # audio events in this recording segment_size = FloatField(default=0) # this should be stored as MB