summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index 5dc8d00b9..ac4d387c5 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -529,7 +529,7 @@ class ServerMethods():
def set_conf_val(self, cat, opt, val):
if opt not in ("username", "password"):
- self.core.xmlconfig.set(cat, opt, val)
+ self.core.config[str(cat)][str(opt)] = val
else:
raise Exception("not allowed!")