diff --git a/frigate/api/export.py b/frigate/api/export.py index 75ef1c18f..714420903 100644 --- a/frigate/api/export.py +++ b/frigate/api/export.py @@ -596,7 +596,7 @@ def export_recordings_batch( ) try: start_export_job(request.app.frigate_config, export_job) - except Exception as err: + except Exception: logger.exception("Failed to queue export job %s", export_job.id) results.append( {