diff options
| author | 2010-01-06 00:13:08 +0100 | |
|---|---|---|
| committer | 2010-01-06 00:13:08 +0100 | |
| commit | fbee6325c4079768f330b51fa125411c8ab2967b (patch) | |
| tree | 45e1eb10bd00bad9a367f90225775de1519e7210 | |
| parent | fixed rapidshare slot wait (diff) | |
| download | pyload-fbee6325c4079768f330b51fa125411c8ab2967b.tar.xz | |
fixed cli?
| -rwxr-xr-x | pyLoadCli.py | 2 | 
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= "" | 
