1
0
Fork 0

Prettify subject

This commit is contained in:
Luca Beltrame 2021-06-27 09:05:16 +02:00
parent b7052a807f
commit a5e1dc75b9
Signed by: einar
GPG key ID: 4707F46E9EC72DEC

View file

@ -24,7 +24,7 @@ class State(Enum):
unknown = 4
def __str__(self):
return f'{self.name}'
return f'{self.name.capitalize().replace("_", " ")}'
def main():