mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 11:45:24 +03:00
Make "check black" happier
This commit is contained in:
parent
a73a0e46c6
commit
26db1d8ca0
@ -107,9 +107,7 @@ class OnvifController:
|
||||
status = ptz.GetStatus(status_request)
|
||||
logger.debug(f"Onvif status config for {camera_name}: {status}")
|
||||
except Exception as e:
|
||||
logger.warning(
|
||||
f"Unable to get status from camera: {camera_name}: {e}"
|
||||
)
|
||||
logger.warning(f"Unable to get status from camera: {camera_name}: {e}")
|
||||
status = None
|
||||
|
||||
# autoracking relative panning/tilting needs a relative zoom value set to 0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user