mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-03 09:45:22 +03:00
Fix Other Stats Access Too
This commit is contained in:
parent
ba5cffac55
commit
088790925e
@ -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)
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user