mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
fix warn message spelling on frigate/config.py
Co-authored-by: Nicolas Mowen <nickmowen213@gmail.com>
This commit is contained in:
parent
2fff932979
commit
cbb391160b
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user