Remove maximum inertia constraint

This commit is contained in:
Nicolas Mowen 2023-09-19 19:32:51 -06:00 committed by GitHub
parent 6aedc39a9a
commit b5d8b45937
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -387,7 +387,6 @@ class ZoneConfig(BaseModel):
default=3, default=3,
title="Number of consecutive frames required for object to be considered present in the zone.", title="Number of consecutive frames required for object to be considered present in the zone.",
gt=0, gt=0,
le=10,
) )
objects: List[str] = Field( objects: List[str] = Field(
default_factory=list, default_factory=list,