Revert "[modules/battery] Fix syntax error"
This reverts commit f236c24b92
.
This commit is contained in:
parent
f236c24b92
commit
166437649c
3 changed files with 3 additions and 13 deletions
|
@ -17,9 +17,6 @@ class Module(bumblebee.engine.Module):
|
|||
)
|
||||
self._text = self.parameter("text", "")
|
||||
|
||||
def update(self, widgets):
|
||||
raise Exception("test")
|
||||
|
||||
def text(self, widget):
|
||||
return self._text
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue