Update name

This commit is contained in:
Nick Mowen 2022-09-27 09:09:33 -06:00
parent 870e09e0da
commit c8eb85b7c6

View File

@ -22,7 +22,7 @@ class StorageMaintainer(threading.Thread):
def __init__(self, config: FrigateConfig, stop_event) -> None: def __init__(self, config: FrigateConfig, stop_event) -> None:
threading.Thread.__init__(self) threading.Thread.__init__(self)
self.name = "recording_cleanup" self.name = "storage_maintainer"
self.config = config self.config = config
self.stop_event = stop_event self.stop_event = stop_event
self.camera_storage_stats: dict[str, dict] = {} self.camera_storage_stats: dict[str, dict] = {}