mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 11:45:24 +03:00
Remove unused named exception
This commit is contained in:
parent
26db1d8ca0
commit
6d451df4d2
@ -490,7 +490,7 @@ class OnvifController:
|
|||||||
status_request = self.cams[camera_name]["status_request"]
|
status_request = self.cams[camera_name]["status_request"]
|
||||||
try:
|
try:
|
||||||
status = onvif.get_service("ptz").GetStatus(status_request)
|
status = onvif.get_service("ptz").GetStatus(status_request)
|
||||||
except Exception as e:
|
except Exception:
|
||||||
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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user