Fix indentation error leading to missing output
This commit is contained in:
parent
54f6035e14
commit
6b7073442e
1 changed files with 4 additions and 4 deletions
|
@ -53,12 +53,12 @@ class Module(core.module.Module):
|
||||||
self.__pause = "\u258D\u258D"
|
self.__pause = "\u258D\u258D"
|
||||||
else:
|
else:
|
||||||
self.__pause = "\u25B6"
|
self.__pause = "\u25B6"
|
||||||
self.__song = self.__format.format(
|
self.__song = self.__format.format(
|
||||||
album=str(props.get("xesam:album")),
|
album=str(props.get("xesam:album")),
|
||||||
title=str(props.get("xesam:title")),
|
title=str(props.get("xesam:title")),
|
||||||
artist=",".join(props.get("xesam:artist")),
|
artist=",".join(props.get("xesam:artist")),
|
||||||
trackNumber=str(props.get("xesam:trackNumber")),
|
trackNumber=str(props.get("xesam:trackNumber")),
|
||||||
)
|
)
|
||||||
|
|
||||||
def update(self):
|
def update(self):
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Reference in a new issue