diff options
author | spoob <spoob@gmx.de> | 2010-01-08 14:07:14 +0100 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2010-01-08 14:07:14 +0100 |
commit | 82a6f5b10a1e738b5b9ab5c68ab07f7fc57b0cc7 (patch) | |
tree | 7ffdfca2138359cbc24f29b8032d5d857abf21cd /pyLoadCli.py | |
parent | Better ConfigParser (diff) | |
download | pyload-82a6f5b10a1e738b5b9ab5c68ab07f7fc57b0cc7.tar.xz |
Fixed pyLoadCli -l
Diffstat (limited to 'pyLoadCli.py')
-rwxr-xr-x | pyLoadCli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadCli.py b/pyLoadCli.py index 42ee5fbab..fd8a1f590 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"), join(abspath(dirname(__file__)),"module","config","core_default.xml")) + xmlconfig = XMLConfigParser(join(abspath(dirname(__file__)),"module","config","core.xml")) config = xmlconfig.getConfig() ssl= "" |