summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2010-01-09 15:47:39 +0100
committerGravatar spoob <spoob@gmx.de> 2010-01-09 15:47:39 +0100
commit92d2362fe691c9e6f047b5a8db59ad3cb95a67e0 (patch)
treebde2790497e83cdf15e81a99706b9bbbcda5c032
parentFixed pyLoadCli -l (diff)
downloadpyload-92d2362fe691c9e6f047b5a8db59ad3cb95a67e0.tar.xz
Updated XML Config Changes
-rw-r--r--module/web/settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/web/settings.py b/module/web/settings.py
index 6cdd89fa2..3b242164c 100644
--- a/module/web/settings.py
+++ b/module/web/settings.py
@@ -18,7 +18,7 @@ PYLOAD_DIR = os.path.join(PROJECT_DIR,"..","..")
sys.path.append(os.path.join(PYLOAD_DIR, "module"))
from XMLConfigParser import XMLConfigParser
-config = XMLConfigParser(os.path.join(PYLOAD_DIR,"module","config","core.xml"), os.path.join(PYLOAD_DIR,"module","config","core_default.xml"))
+config = XMLConfigParser(os.path.join(PYLOAD_DIR,"module","config","core.xml"))
#DEBUG = config.get("general","debug")