forked from Github/frigate
chore: fix some comments (#10729)
Signed-off-by: JohnEndson <jiayuzhen@outlook.com>
This commit is contained in:
@@ -422,7 +422,7 @@ class DetectConfig(FrigateBaseModel):
|
||||
)
|
||||
max_disappeared: Optional[int] = Field(
|
||||
None,
|
||||
title="Maximum number of frames the object can dissapear before detection ends.",
|
||||
title="Maximum number of frames the object can disappear before detection ends.",
|
||||
)
|
||||
stationary: StationaryConfig = Field(
|
||||
default_factory=StationaryConfig,
|
||||
|
||||
Reference in New Issue
Block a user