mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-09 15:05:26 +03:00
remove unused
This commit is contained in:
parent
8bc81b849f
commit
0b0041734c
@ -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(
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user