auto-schedule-pro-v2: add support for updated schedule v2 "consulting" lesson type

This commit is contained in:
dymik739 2023-11-06 18:39:31 +02:00
parent 56c45d1beb
commit f1f69b4395
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ WEEKDAYS_GENITIVE_THIS = ["цього понеділка", "цього вівт
lesson_types_to_strings = {
"lec": "лекція",
"prac": "практика",
"lab": "лабораторна"
"lab": "лабораторна",
"con": "консультація"
}