[modules/all] Update constructore to include theme
This commit is contained in:
parent
1f94eab927
commit
f2d411276d
78 changed files with 158 additions and 158 deletions
|
@ -97,9 +97,9 @@ class BatteryManager(object):
|
|||
return 'Charged'
|
||||
|
||||
class Module(core.module.Module):
|
||||
def __init__(self, config):
|
||||
def __init__(self, config, theme):
|
||||
widgets = []
|
||||
super().__init__(config, widgets)
|
||||
super().__init__(config, theme, widgets)
|
||||
|
||||
self.__manager = BatteryManager()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue