mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 01:35:22 +03:00
Formatting
This commit is contained in:
parent
0a623bbb41
commit
0651670e8c
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user