remove unused variable
This commit is contained in:
parent
2052f58dde
commit
243e4b326c
1 changed files with 0 additions and 1 deletions
|
@ -32,7 +32,6 @@ class Module(bumblebee.engine.Module):
|
|||
return "{:03d}%".format(self._capacity)
|
||||
|
||||
def update(self, widgets):
|
||||
widget = widgets[0]
|
||||
self._ac = False
|
||||
if not os.path.exists(self._path):
|
||||
self._ac = True
|
||||
|
|
Loading…
Reference in a new issue