summaryrefslogtreecommitdiffstats
path: root/pyLoadCli.py
diff options
context:
space:
mode:
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:")