fixed unintentionally changed line
This commit is contained in:
parent
9ed253acb2
commit
4b9300f5fb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue