BMSTU-Schedule / bmstu-schedule-parser

BMSTU Schedule iCal generator for terminal
https://pypi.org/project/bmstu-schedule/
GNU Affero General Public License v3.0
25 stars 2 forks source link

Auditorium can be None #3

Closed Nikita-Boyarskikh closed 6 years ago

Nikita-Boyarskikh commented 6 years ago
iCalBody.format(
...
auditorium=(subject.auditorium or '')
...
)
Nikita-Boyarskikh commented 6 years ago

Maybe, other options should also have default values

gabolaev commented 6 years ago

yeah, known problem

gabolaev commented 6 years ago

thank you