automated update: 2026-06-10 21:03:59

This commit is contained in:
root
2026-06-10 21:03:59 -04:00
parent c99f802840
commit 5972402d9c
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -334,7 +334,7 @@ def upload_to_frigate(jobs: list[dict]) -> None:
if failed:
rprint(f" ❌ Failed: [red]{failed}[/red]")
else:
rprint(f" ❌ Failed: 0")
rprint(" ❌ Failed: 0")
if failed > 0:
rprint(" [yellow]Check logs above for per-file error details.[/yellow]")