remove unused variable

This commit is contained in:
Abin Simon 2017-04-21 08:32:06 +05:30
parent 2052f58dde
commit 243e4b326c

View file

@ -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