check special chars for linter

This commit is contained in:
Rob-Powell 2023-01-04 14:19:02 +11:00 committed by GitHub
parent 0e855cbe81
commit a88d8acaae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: if args and args not in hwaccel_args:
hwaccel_args.append(args) hwaccel_args.append(args)
for stream_input in camera.ffmpeg.inputs: for stream_input in camera.ffmpeg.inputs:
args = stream_input.hwaccel_args args = stream_input.hwaccel_args