Fix typo in the default command

This commit is contained in:
Mark Veidemanis 2018-10-14 00:42:17 +01:00
parent 44aa0f1727
commit 9dc202fd53
1 changed files with 1 additions and 1 deletions

View File

@ -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: