Skip to content

Commit ee5b3a7

Browse files
angelina-jiclaude
andcommitted
fix: add term 1272 (Fall 2026-27) to ACTIVE_TERMS
PSY 335 and other Fall 2026-27 courses were missing from search because 1272 was not in the scrape list. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 17160ae commit ee5b3a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/settings/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,4 @@
203203
# By convention, we keep the 8 most recent semesters in this array.
204204
# Please update this array if you are scraping for new courses.
205205
# ACTIVE_TERMS = MobileApp().get_active_term_codes(n_recent_terms=8)
206-
ACTIVE_TERMS = [1264, 1262, 1254, 1252, 1244, 1242, 1234, 1232, 1224, 1222, 1214]
206+
ACTIVE_TERMS = [1272, 1264, 1262, 1254, 1252, 1244, 1242, 1234, 1232, 1224, 1222, 1214]

0 commit comments

Comments
 (0)