|
|
|
@ -68,7 +68,7 @@ class Audio(Bureau):
|
|
|
|
|
"""
|
|
|
|
|
Prints the currently playing song or stream on the small printer.
|
|
|
|
|
"""
|
|
|
|
|
out = subprocess.check_output(["mocp", "-i"])
|
|
|
|
|
out = subprocess.check_output(["mocp", "-i"]).decode("utf-8")
|
|
|
|
|
self.log.debug("info output:" + out)
|
|
|
|
|
self.print_small(out)
|
|
|
|
|
|
|
|
|
|