Fix bad if statement

This commit is contained in:
Nick Mowen 2022-11-10 06:35:40 -07:00
parent 3ca33ff3d7
commit 8a39f42255

View File

@ -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"