diff --git a/frigate/storage.py b/frigate/storage.py index 31d0297c64..1ac67a00c4 100644 --- a/frigate/storage.py +++ b/frigate/storage.py @@ -73,7 +73,9 @@ def calculate_camera_usages(self) -> dict[str, dict]: usages[camera] = { "usage": camera_storage, - "bandwidth": self.camera_storage_stats.get(camera, {}).get("bandwidth", 0), + "bandwidth": self.camera_storage_stats.get(camera, {}).get( + "bandwidth", 0 + ), } return usages diff --git a/test.db-journal b/test.db-journal deleted file mode 100644 index 3649988aaf..0000000000 Binary files a/test.db-journal and /dev/null differ