mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 03:35:26 +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)
|
status = ptz.GetStatus(status_request)
|
||||||
logger.debug(f"Onvif status config for {camera_name}: {status}")
|
logger.debug(f"Onvif status config for {camera_name}: {status}")
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.warning(
|
logger.warning(f"Unable to get status from camera: {camera_name}: {e}")
|
||||||
f"Unable to get status from camera: {camera_name}: {e}"
|
|
||||||
)
|
|
||||||
status = None
|
status = None
|
||||||
|
|
||||||
# autoracking relative panning/tilting needs a relative zoom value set to 0
|
# autoracking relative panning/tilting needs a relative zoom value set to 0
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user