From 515b3a87636238271bf0bfb0472703bfcd10397e Mon Sep 17 00:00:00 2001 From: spoob Date: Wed, 6 Jan 2010 00:19:30 +0100 Subject: fixed cli --- pyLoadCli.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pyLoadCli.py') diff --git a/pyLoadCli.py b/pyLoadCli.py index e86098066..b97a1c7eb 100755 --- a/pyLoadCli.py +++ b/pyLoadCli.py @@ -449,9 +449,9 @@ if __name__ == "__main__": server_url = "http://%s:%s@%s:%s/" % ( username, - adress, + password, + address, port, - passwort ) else: @@ -462,9 +462,9 @@ if __name__ == "__main__": server_url = "http://%s:%s@%s:%s/" % ( username, - adress, + password, + address, port, - passwort ) -- cgit v1.2.3