From 5358a104a546d120b2992c88c301566473e6ea59 Mon Sep 17 00:00:00 2001 From: Sergey Krashevich Date: Thu, 18 May 2023 08:58:48 +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 5a2e606b9..b2e7977b9 100755 --- a/frigate/util.py +++ b/frigate/util.py @@ -866,7 +866,7 @@ def get_bandwidth_stats() -> dict[str, dict]: try: if re.search("(^ffmpeg|\/go2rtc)/([0-9]+)/", stats[0]): process = stats[0].split("/") - usages[process[len(process)-2]] = { + usages[process[len(process) - 2]] = { "bandwidth": round(float(stats[2]), 1), } except: