mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Fix formatting
This commit is contained in:
parent
16700211fa
commit
8d85fe49c6
@ -276,7 +276,11 @@ class CameraWatchdog(threading.Thread):
|
|||||||
for p in self.ffmpeg_other_processes:
|
for p in self.ffmpeg_other_processes:
|
||||||
poll = p["process"].poll()
|
poll = p["process"].poll()
|
||||||
|
|
||||||
if self.config.record.enabled and "record" in p["roles"] and not self.verify_ffmpeg_recordings():
|
if (
|
||||||
|
self.config.record.enabled
|
||||||
|
and "record" in p["roles"]
|
||||||
|
and not self.verify_ffmpeg_recordings()
|
||||||
|
):
|
||||||
self.logger.error(
|
self.logger.error(
|
||||||
f"No recording segments from {self.camera_name}. Exiting ffmpeg..."
|
f"No recording segments from {self.camera_name}. Exiting ffmpeg..."
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user