fix grammar
This commit is contained in:
parent
7215a11ffe
commit
4b54d1981c
1 changed files with 2 additions and 1 deletions
|
@ -60,7 +60,8 @@ class Module(core.module.Module):
|
||||||
artist=",".join(props.get("xesam:artist")),
|
artist=",".join(props.get("xesam:artist")),
|
||||||
trackNumber=str(props.get("xesam:trackNumber")),
|
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 = {}
|
widget_map = {}
|
||||||
for widget_name in self.__layout.split():
|
for widget_name in self.__layout.split():
|
||||||
widget = self.add_widget(name=widget_name)
|
widget = self.add_widget(name=widget_name)
|
||||||
|
|
Loading…
Reference in a new issue