diff --git a/frigate/ptz/onvif.py b/frigate/ptz/onvif.py index d6acafb48..4f06f0e24 100644 --- a/frigate/ptz/onvif.py +++ b/frigate/ptz/onvif.py @@ -493,7 +493,7 @@ class OnvifController: try: status = onvif.get_service("ptz").GetStatus(status_request) 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 # some cameras can report MoveStatus with or without PanTilt or Zoom attributes