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
3ca33ff3d7
commit
8a39f42255
@ -625,7 +625,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