Handle letter options

This commit is contained in:
cyril 2021-08-10 10:14:35 +02:00
commit 6b391c5222
3 changed files with 68 additions and 33 deletions

View file

@ -64,6 +64,8 @@ class Event:
return self._current_date.weekday()
def type_str(self):
if self._type == 'A':
return 'U'
return self._type