Fixes variable name #3426
This commit is contained in:
parent
fa8c53e097
commit
0ed0bd3c6b
1 changed files with 1 additions and 1 deletions
|
@ -595,7 +595,7 @@ class CommandCore:
|
||||||
section = args[0]
|
section = args[0]
|
||||||
option = args[1]
|
option = args[1]
|
||||||
value = args[2]
|
value = args[2]
|
||||||
info = config.set_and_save(option, value_info, section)
|
info = config.set_and_save(option, value, section)
|
||||||
self.core.trigger_configuration_change(option, value)
|
self.core.trigger_configuration_change(option, value)
|
||||||
elif len(args) > 3:
|
elif len(args) > 3:
|
||||||
return self.help('set')
|
return self.help('set')
|
||||||
|
|
Loading…
Reference in a new issue