diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-08-17 15:49:48 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-08-17 15:49:48 +0200 |
commit | 9f044df800d8ccca73178a523b18fead36e5befc (patch) | |
tree | 3a7704aaf96fb8429edc5e7dcbbab7381c7bca96 /pyLoadCli.py | |
parent | pyLoad Test Webinterface ! (diff) | |
download | pyload-9f044df800d8ccca73178a523b18fead36e5befc.tar.xz |
new config options, webinterface test
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 07ac55e5e..d01dc2280 100755 --- a/pyLoadCli.py +++ b/pyLoadCli.py @@ -328,7 +328,7 @@ if __name__ == "__main__": address = "127.0.0.1" port = config.get("remote", "port") - password = config.get("remote", "remotepassword") + password = config.get("remote", "password") elif len(sys.argv) != 4: address = raw_input("Adress:") |