From ad9227e0e68d14cb45186d8ae7cf4920821ddf1b Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Sun, 25 Sep 2022 09:31:06 -0600 Subject: [PATCH] Update comment --- frigate/storage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/storage.py b/frigate/storage.py index 8574cc03a..166611662 100644 --- a/frigate/storage.py +++ b/frigate/storage.py @@ -22,7 +22,7 @@ class StorageMaintainer(threading.Thread): self.avg_segment_sizes = {} def calculate_camera_segment_sizes(self): - """Calculate the size of each cameras recording segments over the last hour.""" + """Calculate the size of each cameras recording segments.""" for camera in self.config.cameras.keys(): if not self.config.cameras[camera].record.enabled: continue