From 9dc202fd537e8cdbd0142702fd5935ddc927786d Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Sun, 14 Oct 2018 00:42:17 +0100 Subject: [PATCH] Fix typo in the default command --- commands/default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/default.py b/commands/default.py index 82387af..d432cf1 100644 --- a/commands/default.py +++ b/commands/default.py @@ -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: