diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-12-16 22:49:48 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-12-16 22:49:48 +0100 |
commit | ea5dbe7e25b156bb0b2e9e6da06c7da9549ddbe5 (patch) | |
tree | df4f212d5d320700dc8db4509fc9326e385d0899 /pyLoadCore.py | |
parent | Fixed Relink.us, Uploaded.to Name Bug (diff) | |
parent | Webinterface authsystem (diff) | |
download | pyload-ea5dbe7e25b156bb0b2e9e6da06c7da9549ddbe5.tar.xz |
merged
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index fa9eb3d85..ee8cd8109 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -375,6 +375,7 @@ class ServerMethods(): status = {} status['pause'] = self.core.thread_list.pause status['queue'] = self.core.file_list.countDownloads() + status['total'] = len(self.core.file_list.data['queue']) status['speed'] = 0 for pyfile in self.core.thread_list.py_downloading: |