Make comment more clear

This commit is contained in:
Nicolas Mowen 2023-11-01 17:09:14 -06:00 committed by GitHub
parent bf072e7241
commit ce80882c98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -174,7 +174,7 @@ def get_region_from_grid(
cell = region_grid[grid_x][grid_y] cell = region_grid[grid_x][grid_y]
# if there is no known data, get standard region for motion box # if there is no known data, use original region calculation
if not cell or not cell["sizes"]: if not cell or not cell["sizes"]:
return box return box