formatting

This commit is contained in:
Josh Hawkins 2026-03-20 18:51:57 -05:00
parent 4076bdf407
commit 7ba5414343

View File

@ -529,7 +529,9 @@ class FrigateApp:
if not hasattr(self, attr): if not hasattr(self, attr):
continue continue
def on_restart(proc: FrigateProcess, _attr: str = attr, _key: str = key) -> None: def on_restart(
proc: FrigateProcess, _attr: str = attr, _key: str = key
) -> None:
setattr(self, _attr, proc) setattr(self, _attr, proc)
self.processes[_key] = proc.pid or 0 self.processes[_key] = proc.pid or 0