Handle letter options
This commit is contained in:
parent
92c9fabbc4
commit
6b391c5222
3 changed files with 68 additions and 33 deletions
|
|
@ -64,6 +64,8 @@ class Event:
|
|||
return self._current_date.weekday()
|
||||
|
||||
def type_str(self):
|
||||
if self._type == 'A':
|
||||
return 'U'
|
||||
return self._type
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue