summaryrefslogtreecommitdiffstats
path: root/pyLoadCli.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2010-01-06 00:13:08 +0100
committerGravatar spoob <spoob@gmx.de> 2010-01-06 00:13:08 +0100
commitfbee6325c4079768f330b51fa125411c8ab2967b (patch)
tree45e1eb10bd00bad9a367f90225775de1519e7210 /pyLoadCli.py
parentfixed rapidshare slot wait (diff)
downloadpyload-fbee6325c4079768f330b51fa125411c8ab2967b.tar.xz
fixed cli?
Diffstat (limited to 'pyLoadCli.py')
-rwxr-xr-xpyLoadCli.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadCli.py b/pyLoadCli.py
index 30524cb9a..e86098066 100755
--- a/pyLoadCli.py
+++ b/pyLoadCli.py
@@ -429,7 +429,7 @@ if __name__ == "__main__":
for option, params in opts:
if option in ("-l", "--local"):
- xmlconfig = XMLConfigParser(join(abspath(dirname(__file__)),"module","config","core.xml"))
+ xmlconfig = XMLConfigParser(join(abspath(dirname(__file__)),"module","config","core.xml"), join(abspath(dirname(__file__)),"module","config","core_default.xml"))
config = xmlconfig.getConfig()
ssl= ""