summaryrefslogtreecommitdiffstats
path: root/pyLoadCli.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-08-17 15:49:48 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-08-17 15:49:48 +0200
commit9f044df800d8ccca73178a523b18fead36e5befc (patch)
tree3a7704aaf96fb8429edc5e7dcbbab7381c7bca96 /pyLoadCli.py
parentpyLoad Test Webinterface ! (diff)
downloadpyload-9f044df800d8ccca73178a523b18fead36e5befc.tar.xz
new config options, webinterface test
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 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:")