From 0ece9b2cb7a01a4ab4c3d1555ff6c4ee2e7da85e Mon Sep 17 00:00:00 2001 From: "Noah Hanford (spaced)" Date: Wed, 18 Feb 2026 14:04:22 -0500 Subject: [PATCH] fixed not all frosh attendance was showing up --- conditional/blueprints/intro_evals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conditional/blueprints/intro_evals.py b/conditional/blueprints/intro_evals.py index cfda1e22..b6b60a7a 100644 --- a/conditional/blueprints/intro_evals.py +++ b/conditional/blueprints/intro_evals.py @@ -76,7 +76,7 @@ def get_intro_members_without_accounts(): if not row[0] in freshman_ts_attendance_dict: freshman_ts_attendance_dict[row[0]] = [] - freshman_ts_attendance_dict[row[0]].append(row[1]) + freshman_ts_attendance_dict[row[0]].append(row[1]) # freshmen who don't have accounts freshman_accounts = list(FreshmanAccount.query.filter(