Typo on modules/set.py; 'events.call' -> 'events.on'
This commit is contained in:
parent
b467220400
commit
95e98563d5
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class Module(ModuleManager.BaseModule):
|
|||
|
||||
if not value == None:
|
||||
target.set_setting(setting, value)
|
||||
self.events.call("set").on(category).on(setting).call(
|
||||
self.events.on("set").on(category).on(setting).call(
|
||||
value=value, target=target)
|
||||
|
||||
event["stdout"].write("Saved setting")
|
||||
|
|
Loading…
Reference in a new issue