Formatting

This commit is contained in:
Nick Mowen 2022-10-08 18:51:06 -06:00
parent 0a623bbb41
commit 0651670e8c

View File

@ -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