From 9f044df800d8ccca73178a523b18fead36e5befc Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 17 Aug 2009 15:49:48 +0200 Subject: new config options, webinterface test --- pyLoadCli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyLoadCli.py') 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:") -- cgit v1.2.3