mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-15 07:35:27 +03:00
Don't print error for requesting camera info
This commit is contained in:
parent
0f813962be
commit
fb2578fd5b
@ -569,7 +569,7 @@ class OnvifController:
|
||||
|
||||
def get_camera_info(self, camera_name: str) -> dict[str, any]:
|
||||
if camera_name not in self.cams.keys():
|
||||
logger.error(f"Onvif is not setup for {camera_name}")
|
||||
logger.debug(f"Onvif is not setup for {camera_name}")
|
||||
return {}
|
||||
|
||||
if not self.cams[camera_name]["init"]:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user