From de893a2a9537833970f8cd73bf6da032eee4a427 Mon Sep 17 00:00:00 2001 From: Andrew Roberts Date: Sun, 21 Dec 2025 22:54:05 -0500 Subject: [PATCH] ruff lint --- frigate/config/config.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frigate/config/config.py b/frigate/config/config.py index b64936fd1..592cbc9bc 100644 --- a/frigate/config/config.py +++ b/frigate/config/config.py @@ -549,7 +549,9 @@ class FrigateConfig(FrigateBaseModel): # This allows per-camera override for exports (e.g., when camera resolution # exceeds hardware encoder limits) if camera_config.record.export.hwaccel_args == "auto": - camera_config.record.export.hwaccel_args = camera_config.ffmpeg.hwaccel_args + camera_config.record.export.hwaccel_args = ( + camera_config.ffmpeg.hwaccel_args + ) for input in camera_config.ffmpeg.inputs: need_detect_dimensions = "detect" in input.roles and (