diff options
author | Wugy <wugy@mally-soft.com> | 2009-12-19 19:27:42 +0100 |
---|---|---|
committer | Wugy <wugy@mally-soft.com> | 2009-12-19 19:27:42 +0100 |
commit | fc5ae79bf0e0fc2c43b9b748c4d00037077f21a6 (patch) | |
tree | 24425ca8a6ddcef90d398ed4168481fb20c57d05 /pyLoadCore.py | |
parent | Fixed Netload, no Premium (diff) | |
download | pyload-fc5ae79bf0e0fc2c43b9b748c4d00037077f21a6.tar.xz |
webinterface - activ Downloads List - Code completed
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 2 |
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
|