these commented out lines should have never been in here

This commit is contained in:
Shaun Berryman 2023-10-24 17:22:15 -07:00
parent de943d4242
commit 5c77e18708

View File

@ -330,8 +330,6 @@ class Dispatcher:
return return
new_birdseye_mode = BirdseyeModeEnum(payload.lower()) new_birdseye_mode = BirdseyeModeEnum(payload.lower())
# birdseye_config.mode = BirdseyeModeEnum.continuous
# self.config.cameras[camera_name].birdseye.enabled = False
logger.info(f"Setting birdseye mode for {camera_name} to {new_birdseye_mode}") logger.info(f"Setting birdseye mode for {camera_name} to {new_birdseye_mode}")
# update the metric (need the mode converted to an int) # update the metric (need the mode converted to an int)