diff --git a/users.py b/users.py index 093bf71..9d39189 100644 --- a/users.py +++ b/users.py @@ -2137,7 +2137,7 @@ def cross_ref_training(): wb = load_workbook("C:/Users/phowell/Downloads/GOTT_Completion_masterlist 2023 DEC.xlsx") print(wb.sheetnames) - term = find_term("fa25") + term = find_term("sp26") # Fetch from Canvas DB. Make sure its recently updated. # Also relies on schedule being in database. Run localcache2.courses_to_sched()