feat: add exams
This commit is contained in:
parent
c5833eaf24
commit
3190f84591
1 changed files with 3 additions and 1 deletions
4
main.py
4
main.py
|
@ -155,7 +155,9 @@ def get_message_text() -> str:
|
||||||
('', ''), # deadlines
|
('', ''), # deadlines
|
||||||
('🧑💻 Тесты', 'тест'),
|
('🧑💻 Тесты', 'тест'),
|
||||||
('🎓 Лекции', 'лекция'),
|
('🎓 Лекции', 'лекция'),
|
||||||
('🛡 Защиты', 'защита')
|
('🛡 Защиты', 'защита'),
|
||||||
|
('🤓 Экзамены', 'экзамен'),
|
||||||
|
('👞 Консультации', 'консультация'),
|
||||||
]
|
]
|
||||||
|
|
||||||
assignments = [(sorted(filter(lambda t: deadline_type_filter_func(t, x[1]) and relevant_filter_func(t), all_deadlines),
|
assignments = [(sorted(filter(lambda t: deadline_type_filter_func(t, x[1]) and relevant_filter_func(t), all_deadlines),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue