Fix formatting

This commit is contained in:
Nick Mowen 2022-11-29 16:27:19 -07:00
parent 0a17177454
commit 687524bad9
2 changed files with 3 additions and 1 deletions

View File

@ -73,7 +73,9 @@ class StorageMaintainer(threading.Thread):
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

Binary file not shown.