auto-schedule-pro-v2: add support for updated schedule v2 "consulting" lesson type
This commit is contained in:
@@ -24,7 +24,8 @@ WEEKDAYS_GENITIVE_THIS = ["цього понеділка", "цього вівт
|
|||||||
lesson_types_to_strings = {
|
lesson_types_to_strings = {
|
||||||
"lec": "лекція",
|
"lec": "лекція",
|
||||||
"prac": "практика",
|
"prac": "практика",
|
||||||
"lab": "лабораторна"
|
"lab": "лабораторна",
|
||||||
|
"con": "консультація"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user