mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-05 10:45:21 +03:00
Lint
This commit is contained in:
parent
63221d43d4
commit
911114a564
@ -346,7 +346,6 @@ class BirdsEyeFrameManager:
|
|||||||
if y + max_y > canvas_aspect_y:
|
if y + max_y > canvas_aspect_y:
|
||||||
return None
|
return None
|
||||||
|
|
||||||
row_count = len(camera_layout)
|
|
||||||
row_height = int(canvas_height / coefficient)
|
row_height = int(canvas_height / coefficient)
|
||||||
|
|
||||||
final_camera_layout = []
|
final_camera_layout = []
|
||||||
@ -471,7 +470,7 @@ class BirdsEyeFrameManager:
|
|||||||
coefficient += 1
|
coefficient += 1
|
||||||
continue
|
continue
|
||||||
else:
|
else:
|
||||||
logger.error(f"Error finding appropriate birdseye layout")
|
logger.error("Error finding appropriate birdseye layout")
|
||||||
return
|
return
|
||||||
|
|
||||||
calculating = False
|
calculating = False
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user