Skip to content

Commit

Permalink
black:(
Browse files Browse the repository at this point in the history
  • Loading branch information
skrashevich committed May 18, 2023
1 parent f31fbbb commit 4055525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frigate/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4055525

Please sign in to comment.