summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2009-06-14 23:38:15 +0200
committerGravatar spoob <spoob@gmx.de> 2009-06-14 23:38:15 +0200
commitf01b73235fb54fd5a26aaddca8bf35be740eef0f (patch)
tree554b9a819b0fe080d2c426dca4eaf681c594df59 /pyLoadCore.py
parentMerge with 80e6af340ebfdd0c054e6d2016802698a4730b1d (diff)
downloadpyload-f01b73235fb54fd5a26aaddca8bf35be740eef0f.tar.xz
many little changes
Diffstat (limited to 'pyLoadCore.py')
-rw-r--r--pyLoadCore.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index 0ae1fb938..d44f58d52 100644
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -183,7 +183,9 @@ class Core(object):
download['eta'] = pyfile.status.get_ETA()
download['kbleft'] = pyfile.status.kB_left()
download['size'] = pyfile.status.size()
+ download['percent'] = pyfile.status.percent()
download['status'] = pyfile.status.type
+ download['wait_until'] = pyfile.status.waituntil - time.time()
list.append(download)
return list