Skip to content

Commit a0968cc

Browse files
fixed not all frosh attendance was showing up (#472)
Co-authored-by: Tyler Allen <tyler@tallen.me>
1 parent 18f1161 commit a0968cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conditional/blueprints/intro_evals.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def get_intro_members_without_accounts():
7676
if not row[0] in freshman_ts_attendance_dict:
7777
freshman_ts_attendance_dict[row[0]] = []
7878

79-
freshman_ts_attendance_dict[row[0]].append(row[1])
79+
freshman_ts_attendance_dict[row[0]].append(row[1])
8080

8181
# freshmen who don't have accounts
8282
freshman_accounts = list(FreshmanAccount.query.filter(

0 commit comments

Comments
 (0)