summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar mkaay <mkaay@mkaay.de> 2009-12-16 17:42:17 +0100
committerGravatar mkaay <mkaay@mkaay.de> 2009-12-16 17:42:17 +0100
commit1a073d1f8e249dc3428632ba67b96024a4f1eb50 (patch)
treec5cc41bca7448502bef4d7c93eae5d3b83d97656 /pyLoadCore.py
parentgui server status (diff)
downloadpyload-1a073d1f8e249dc3428632ba67b96024a4f1eb50.tar.xz
fixed speed display, optimized some code
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py1
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