Fix typo in the default command
This commit is contained in:
parent
44aa0f1727
commit
9dc202fd53
|
@ -67,7 +67,7 @@ class Default:
|
|||
spl[2] = []
|
||||
|
||||
main.config["Default"][spl[1]] = spl[2]
|
||||
main.saveConf("main.config")
|
||||
main.saveConf("config")
|
||||
if toUnset:
|
||||
success("Successfully unset key %s" % spl[1])
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue