Skip to content

Commit cd3d577

Browse files
committed
Add first semester of 2023
1 parent 3d54386 commit cd3d577

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

parsing/schools/itcr/config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"full_academic_year_registration": false,
1515
"single_access": false,
1616
"active_semesters": {
17+
"2023": [
18+
"1"
19+
],
1720
"2022": [
1821
"V",
1922
"2",

parsing/schools/itcr/courses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ def start(self,
168168
self.verbosity = verbosity
169169

170170
# Default to hardcoded current year.
171-
years = {'2022', '2021', '2020'}
171+
years = {'2023', '2022', '2021', '2020'}
172172
terms = {'1', '2', 'V'}
173173

174174
years_and_terms = dict_filter_by_dict(

0 commit comments

Comments
 (0)