Prettify subject
This commit is contained in:
parent
b7052a807f
commit
a5e1dc75b9
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class State(Enum):
|
|||
unknown = 4
|
||||
|
||||
def __str__(self):
|
||||
return f'{self.name}'
|
||||
return f'{self.name.capitalize().replace("_", " ")}'
|
||||
|
||||
|
||||
def main():
|
||||
|
|
Loading…
Add table
Reference in a new issue