mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 17:55:21 +03:00
check special chars for linter
This commit is contained in:
parent
0e855cbe81
commit
a88d8acaae
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user