[tests] Fix kernel module test
This commit is contained in:
parent
bd7ff3c8f1
commit
11ebcee29a
12 changed files with 13 additions and 12 deletions
|
@ -75,7 +75,7 @@ def get_redshift_value(widget, location, lat, lon):
|
|||
widget.set('transition', ' '.join(line.split(' ')[2:]))
|
||||
|
||||
class Module(core.module.Module):
|
||||
def __init__(self, config=None):
|
||||
def __init__(self, config):
|
||||
widget = core.widget.Widget(self.text)
|
||||
super().__init__(config, widget)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue