diff --git a/app/web.py b/app/web.py index 1ce2182..3b26a25 100644 --- a/app/web.py +++ b/app/web.py @@ -455,7 +455,8 @@ def analysis_dashboard(): { "week": r["week"].strftime("%Y-%m-%d") if r["week"] else "", "avg_toxicity": round(float(r["avg_toxicity"]), 4), - "flagged_statuses": int(r["flagged_statuses"]), + "flagged_posts": int(r["flagged_posts"]), + "flagged_mentions": int(r["flagged_mentions"]), } for r in trend ])