mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Use empty string
This commit is contained in:
parent
196b558b33
commit
c6c9e13947
@ -1007,9 +1007,9 @@ def vainfo():
|
||||
"return_code": vainfo.returncode,
|
||||
"stderr": vainfo.stderr.decode("unicode_escape").strip()
|
||||
if vainfo.stderr.decode()
|
||||
else {},
|
||||
else "",
|
||||
"stdout": vainfo.stdout.decode("unicode_escape").strip()
|
||||
if vainfo.stdout.decode()
|
||||
else {},
|
||||
else "",
|
||||
}
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user