Merge pull request #12 from wzrayyy/exams

feat: add exams
This commit is contained in:
Nikita Aksenov 2025-05-27 15:56:46 +03:00 committed by GitHub
commit 036c019a0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -155,7 +155,9 @@ def get_message_text() -> str:
('', ''), # deadlines
('🧑‍💻 Тесты', 'тест'),
('🎓 Лекции', 'лекция'),
('🛡 Защиты', 'защита')
('🛡 Защиты', 'защита'),
('🤓 Экзамены', 'экзамен'),
('👞 Консультации', 'консультация'),
]
assignments = [(sorted(filter(lambda t: deadline_type_filter_func(t, x[1]) and relevant_filter_func(t), all_deadlines),