Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Nov 29, 2022
1 parent 0a17177 commit 687524b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frigate/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file removed test.db-journal
Binary file not shown.

0 comments on commit 687524b

Please sign in to comment.