diff --git a/frigate/stats.py b/frigate/stats.py index 083926996..addcd4a5b 100644 --- a/frigate/stats.py +++ b/frigate/stats.py @@ -303,6 +303,7 @@ def stats_snapshot( storage_stats = shutil.disk_usage(path) except FileNotFoundError: stats["service"]["storage"][path] = {} + continue stats["service"]["storage"][path] = { "total": round(storage_stats.total / pow(2, 20), 1),