From 0651670e8c0f8c3dbead8da9542338ff5420a7df Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Sat, 8 Oct 2022 18:51:06 -0600 Subject: [PATCH] Formatting --- frigate/record.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frigate/record.py b/frigate/record.py index e7c3c2049..21e42dfc0 100644 --- a/frigate/record.py +++ b/frigate/record.py @@ -285,7 +285,9 @@ class RecordingMaintainer(threading.Thread): ) try: - segment_size = round(float(os.path.getsize(cache_path)) / 1000000, 1) + segment_size = round( + float(os.path.getsize(cache_path)) / 1000000, 1 + ) except OSError: segment_size = 0