This commit is contained in:
Milan Kolar 2019-08-02 19:43:25 +02:00
parent 8402d3bfda
commit 62a49cc7d9

View file

@ -260,7 +260,7 @@ class AttributesRemapper(BaseAction):
for key, value in messages.items():
if not value:
continue
subtitle = {'type': 'label', 'value':'# {}'.format(key)}
subtitle = {'type': 'label', 'value': '# {}'.format(key)}
items.append(subtitle)
if isinstance(value, list):
for item in value: