fix grammar

This commit is contained in:
LtPeriwinkle 2020-06-24 13:53:02 -07:00
parent 7215a11ffe
commit 4b54d1981c

View file

@ -60,7 +60,8 @@ class Module(core.module.Module):
artist=",".join(props.get("xesam:artist")),
trackNumber=str(props.get("xesam:trackNumber")),
)
# this feels like a stupid way to do this but its all i can think of
#add widgets
widget_map = {}
for widget_name in self.__layout.split():
widget = self.add_widget(name=widget_name)