[modules/cpu2] Update to latest API
This commit is contained in:
parent
b34178ee71
commit
cfa1a5c896
5 changed files with 63 additions and 53 deletions
|
@ -55,6 +55,7 @@ def main():
|
|||
|
||||
for module in config.modules():
|
||||
modules.append(core.module.load(module, config))
|
||||
modules[-1].theme = theme # TODO: make this nice (ctor)
|
||||
output.modules(modules)
|
||||
core.event.trigger('start')
|
||||
while True:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue