From 4055525bea817efc3333d00282f89c0ca3c5895d Mon Sep 17 00:00:00 2001 From: Sergey Krashevich Date: Thu, 18 May 2023 09:23:07 +0300 Subject: [PATCH] black:( --- frigate/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frigate/util.py b/frigate/util.py index 5789fc1b7..47b7b4323 100755 --- a/frigate/util.py +++ b/frigate/util.py @@ -869,7 +869,7 @@ def get_bandwidth_stats() -> dict[str, dict]: ): process = stats[0].split("/") usages[process[len(process) - 2]] = { - "bandwidth": round(float(stats[1])+float(stats[2]), 1), + "bandwidth": round(float(stats[1]) + float(stats[2]), 1), } except: continue