From a88d8acaaee516042d0fd5704156fca828541a22 Mon Sep 17 00:00:00 2001 From: Rob-Powell <7034920+Rob-Powell@users.noreply.github.com> Date: Wed, 4 Jan 2023 14:19:02 +1100 Subject: [PATCH] check special chars for linter --- frigate/stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/stats.py b/frigate/stats.py index 36e7bc547..fef93823f 100644 --- a/frigate/stats.py +++ b/frigate/stats.py @@ -121,7 +121,7 @@ async def set_gpu_stats(config: FrigateConfig, all_stats: dict[str, Any]) -> Non if args and args not in hwaccel_args: hwaccel_args.append(args) - + for stream_input in camera.ffmpeg.inputs: args = stream_input.hwaccel_args