Name unnamed category groups

Categories without group will now be assigned a No group category
instead of staying blank.
This commit is contained in:
Luís Murta 2021-07-05 22:34:51 +01:00
parent 42ab10fd90
commit f811b5c711
Signed by: satprog
GPG Key ID: DDF2EFC6179009DC

View File

@ -24,7 +24,7 @@ Options = namedtuple(
"vacations",
"timedelta",
],
defaults=["", [], [], [], [], "", [], 4],
defaults=["No group", [], [], [], [], "", [], 4],
)
cfg = yaml.safe_load(open("categories.yaml"))