Fix Other Stats Access Too (#4917)

This commit is contained in:
Nicolas Mowen
2023-01-06 06:51:58 -06:00
committed by GitHub
parent 8410788e99
commit 9ee367d9e9
+1 -1
View File
@@ -761,7 +761,7 @@ def version():
@bp.route("/stats")
def stats():
stats = stats_snapshot(current_app.frigate_config, current_app.stats_tracking)
stats = stats_snapshot(current_app.frigate_config, current_app.stats_tracking, [])
return jsonify(stats)