This commit is contained in:
phowell 2024-08-28 09:31:25 -07:00
parent fb4e3b47f3
commit d4bebd05a4
1 changed files with 1 additions and 1 deletions

View File

@ -1010,7 +1010,7 @@ def enroll_id_list_to_shell(id_list, shell_id, v=0):
# multiple semesters
def enroll_stem_students_live():
semesters = [183,184]
semesters = [184,]
for S in semesters:
enroll_stem_students_live_semester(S)