diff options
author | mkaay <mkaay@mkaay.de> | 2009-12-16 17:42:17 +0100 |
---|---|---|
committer | mkaay <mkaay@mkaay.de> | 2009-12-16 17:42:17 +0100 |
commit | 1a073d1f8e249dc3428632ba67b96024a4f1eb50 (patch) | |
tree | c5cc41bca7448502bef4d7c93eae5d3b83d97656 /pyLoadCore.py | |
parent | gui server status (diff) | |
download | pyload-1a073d1f8e249dc3428632ba67b96024a4f1eb50.tar.xz |
fixed speed display, optimized some code
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index 3d399a0c2..fa9eb3d85 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -362,7 +362,6 @@ class ServerMethods(): download['percent'] = pyfile.status.percent() download['status'] = pyfile.status.type download['wait_until'] = pyfile.status.waituntil - download['plugin'] = pyfile.status.plugin downloads.append(download) return downloads |