Skip to content

Commit 0ece9b2

Browse files
committed
fixed not all frosh attendance was showing up
1 parent 0171a65 commit 0ece9b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)