summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar Wugy <wugy@mally-soft.com> 2009-12-19 19:27:42 +0100
committerGravatar Wugy <wugy@mally-soft.com> 2009-12-19 19:27:42 +0100
commitfc5ae79bf0e0fc2c43b9b748c4d00037077f21a6 (patch)
tree24425ca8a6ddcef90d398ed4168481fb20c57d05 /pyLoadCore.py
parentFixed Netload, no Premium (diff)
downloadpyload-fc5ae79bf0e0fc2c43b9b748c4d00037077f21a6.tar.xz
webinterface - activ Downloads List - Code completed
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index 3e6662d17..1951d6db1 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -351,7 +351,7 @@ class ServerMethods():
download['speed'] = pyfile.status.get_speed()
download['eta'] = pyfile.status.get_ETA()
download['kbleft'] = pyfile.status.kB_left()
- download['size'] = pyfile.status.size() / 1000
+ download['size'] = pyfile.status.size()
download['percent'] = pyfile.status.percent()
download['status'] = pyfile.status.type
download['wait_until'] = pyfile.status.waituntil