diff options
author | spoob <spoob@gmx.de> | 2010-01-06 00:19:30 +0100 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2010-01-06 00:19:30 +0100 |
commit | 515b3a87636238271bf0bfb0472703bfcd10397e (patch) | |
tree | 5154b119f086d0ca71d19c907c71bec3accda836 /pyLoadCli.py | |
parent | fixed cli? (diff) | |
download | pyload-515b3a87636238271bf0bfb0472703bfcd10397e.tar.xz |
fixed cli
Diffstat (limited to 'pyLoadCli.py')
-rwxr-xr-x | pyLoadCli.py | 8 |
1 files changed, 4 insertions, 4 deletions
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 ) |