diff options
author | spoob <spoob@gmx.de> | 2009-09-02 13:40:45 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-09-02 13:40:45 +0200 |
commit | 99dedcf1a2363a283093ab75d37ad11e95a48077 (patch) | |
tree | 2d36a63abc273ec8ebcc85d28a3fbf0f56ae4231 /pyLoadCli.py | |
parent | cleaning (diff) | |
download | pyload-99dedcf1a2363a283093ab75d37ad11e95a48077.tar.xz |
cleanded up again
Diffstat (limited to 'pyLoadCli.py')
-rwxr-xr-x | pyLoadCli.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pyLoadCli.py b/pyLoadCli.py index 2f94fb2ce..11158cb7b 100755 --- a/pyLoadCli.py +++ b/pyLoadCli.py @@ -338,10 +338,5 @@ if __name__ == "__main__": port = raw_input("Port:") password = raw_input("Password:") - print address - print port - print password - - cli = pyLoadCli(address, port, password) |