mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-06 19:25:22 +03:00
Make "Check Black" happy.
This commit is contained in:
parent
1142e9ddd7
commit
a73a0e46c6
@ -493,7 +493,7 @@ class OnvifController:
|
|||||||
try:
|
try:
|
||||||
status = onvif.get_service("ptz").GetStatus(status_request)
|
status = onvif.get_service("ptz").GetStatus(status_request)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
pass # We're unsupported, that'll be reported in the next check.
|
pass # We're unsupported, that'll be reported in the next check.
|
||||||
|
|
||||||
# there doesn't seem to be an onvif standard with this optional parameter
|
# there doesn't seem to be an onvif standard with this optional parameter
|
||||||
# some cameras can report MoveStatus with or without PanTilt or Zoom attributes
|
# some cameras can report MoveStatus with or without PanTilt or Zoom attributes
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user