mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Fix bad if statement
This commit is contained in:
parent
97a56b8aeb
commit
ff45b6dbe1
@ -630,7 +630,7 @@ def ffprobe(camera_name):
|
||||
output += f"{input.roles}\n"
|
||||
ffprobe = ffprobe_stream(input.path)
|
||||
|
||||
if output:
|
||||
if ffprobe:
|
||||
output += f"{ffprobe}\n"
|
||||
else:
|
||||
output += "error getting stream\n"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user