Skip to content

Commit 6104cd9

Browse files
committed
Update and add missing semesters
1 parent 9fd991c commit 6104cd9

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: '3'
2-
31
services:
42
db:
53
image: postgres

parsing/schools/itcr/config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@
1414
"full_academic_year_registration": false,
1515
"single_access": false,
1616
"active_semesters": {
17+
"2024": [
18+
"V",
19+
"2",
20+
"1"
21+
],
1722
"2023": [
23+
"V",
1824
"2",
1925
"1"
2026
],

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 = {'2023', '2022', '2021', '2020'}
171+
years = {'2024', '2023', '2022', '2021', '2020'}
172172
terms = {'1', '2', 'V'}
173173

174174
years_and_terms = dict_filter_by_dict(

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ djangorestframework==3.12.2
4444
dj-database-url==0.5.0
4545
docutils==0.14
4646
ecdsa==0.13
47-
fake-useragent==1.1.3
47+
fake-useragent==1.5.1
4848
flake8==3.8.4
4949
future==0.16.0
5050
futures==3.1.1

0 commit comments

Comments
 (0)