mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
Don't print error for requesting camera info (#13905)
This commit is contained in:
parent
0f813962be
commit
af84af7b7a
@ -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