mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-13 14:45:25 +03:00
Cleanup
This commit is contained in:
parent
b5e0945eaa
commit
d4d693e1bc
@ -769,13 +769,6 @@ class Birdseye:
|
|||||||
break
|
break
|
||||||
|
|
||||||
camera_name = updated_topic.rpartition("/")[-1]
|
camera_name = updated_topic.rpartition("/")[-1]
|
||||||
|
|
||||||
if (
|
|
||||||
self.config.cameras[camera_name].birdseye.enabled
|
|
||||||
and not updated_birdseye_config.enabled
|
|
||||||
):
|
|
||||||
self
|
|
||||||
|
|
||||||
self.config.cameras[camera_name].birdseye = updated_birdseye_config
|
self.config.cameras[camera_name].birdseye = updated_birdseye_config
|
||||||
|
|
||||||
if self.birdseye_manager.update(
|
if self.birdseye_manager.update(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user