diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-12-16 22:49:20 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-12-16 22:49:20 +0100 |
commit | 3db583f5f10a72e53ecd8d282ec5db1e3f4cd4dd (patch) | |
tree | 149a4e9f9dc4a5ffe8090133d1cfcf2013f64ea1 /pyLoadCore.py | |
parent | new images (diff) | |
download | pyload-3db583f5f10a72e53ecd8d282ec5db1e3f4cd4dd.tar.xz |
Webinterface authsystem
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: |