From 184bb4afd35bb84e8163ab0bf536886197ab91c8 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sat, 10 Apr 2010 15:35:46 +0200 Subject: set_conf fix --- pyLoadCore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyLoadCore.py') 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!") -- cgit v1.2.3