fixed unintentionally changed line

This commit is contained in:
hoamer 2020-01-15 12:23:28 +01:00
parent 9ed253acb2
commit 4b9300f5fb

View file

@ -96,7 +96,7 @@ class Module(bumblebee.engine.Module):
output = "{} {}".format(output, self.remaining())
if bumblebee.util.asbool(self.parameter("showdevice", False)):
output = "{} ({})".format(output, r.read())
output = "{} ({})".format(output, os.path.basename(widget.name))
return output