diff --git a/frigate/stats.py b/frigate/stats.py index 0a37830e2..7e910b6d4 100644 --- a/frigate/stats.py +++ b/frigate/stats.py @@ -26,7 +26,7 @@ def get_latest_version() -> str: ) except: return "unknown" - + response = request.json() if request.ok and response and "tag_name" in response: