mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-07 03:35:26 +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"]
|
||||
try:
|
||||
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.
|
||||
|
||||
# there doesn't seem to be an onvif standard with this optional parameter
|
||||
|
||||
Loading…
Reference in New Issue
Block a user