mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 17:55:21 +03:00
Make check optional
This commit is contained in:
parent
7f93712e73
commit
86e6344f94
@ -581,7 +581,7 @@ def config():
|
|||||||
camera_dict = config["cameras"][camera_name]
|
camera_dict = config["cameras"][camera_name]
|
||||||
|
|
||||||
# clean paths
|
# clean paths
|
||||||
for input in camera_dict["ffmepg"]["inputs"]:
|
for input in camera_dict.get("ffmpeg", {}).get("inputs", []):
|
||||||
input["path"] = clean_camera_user_pass(input["path"])
|
input["path"] = clean_camera_user_pass(input["path"])
|
||||||
|
|
||||||
# add clean ffmpeg_cmds
|
# add clean ffmpeg_cmds
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user