remove unused

This commit is contained in:
Josh Hawkins 2026-04-13 14:03:51 -05:00
parent 8bc81b849f
commit 0b0041734c

View File

@ -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(
{