fix warn message spelling on frigate/config.py

Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
This commit is contained in:
Sergey Krashevich 2023-06-15 04:26:01 +03:00
parent 2fff932979
commit cbb391160b
No known key found for this signature in database
GPG Key ID: 625171324E7D3856

View File

@ -686,9 +686,7 @@ class CameraConfig(FrigateBaseModel):
config["detect"]["width"] = DEFAULT_DETECT_DIMENSIONS["width"]
config["detect"]["height"] = DEFAULT_DETECT_DIMENSIONS["height"]
logger.warn(
"Error autoconfiguration url "
+ input.get("path")
+ ". Appliing default values."
f"Error detecting stream resolution automatically for {input.get('path')} Applying default values."
)
continue