diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-08-05 20:13:16 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-08-05 20:13:16 +0200 |
commit | 2dcf398b41b198823f058182b4460f83ca217aee (patch) | |
tree | cf3cd416f612757bc7b953e77999423b37744f86 /pyLoadCli.py | |
parent | api account fix (diff) | |
download | pyload-2dcf398b41b198823f058182b4460f83ca217aee.tar.xz |
fixes, closed #361
Diffstat (limited to 'pyLoadCli.py')
-rwxr-xr-x | pyLoadCli.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadCli.py b/pyLoadCli.py index 14ab64908..791f642ac 100755 --- a/pyLoadCli.py +++ b/pyLoadCli.py @@ -368,7 +368,7 @@ class Cli: elif status.status == 1: check = "Offline" else: check = "Unknown" - print "%-30s: %-30s %-8s\t %s" % (url, status.name, formatSize(status.size), check) + print "%-45s %-12s\t %-15s\t %s" % (status.name, formatSize(status.size), status.plugin, check) if result.rid == -1: break |