[tests] Fix kernel module test

This commit is contained in:
tobi-wan-kenobi 2020-03-29 14:35:20 +02:00
parent bd7ff3c8f1
commit 11ebcee29a
12 changed files with 13 additions and 12 deletions

View file

@ -9,7 +9,7 @@ import core.widget
class Module(core.module.Module):
@core.module.every(minutes=60)
def __init__(self, config=None):
def __init__(self, config):
super().__init__(config, core.widget.Widget(self.full_text))
def full_text(self, widgets):