diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-12-20 19:09:48 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-12-20 19:09:48 +0100 |
commit | 3e52baca1b622694e072eff87be825770ff9760f (patch) | |
tree | af60c1b62957704908f82bc2b17be78b79dbf936 /pyLoadCore.py | |
parent | cleaned netload (diff) | |
download | pyload-3e52baca1b622694e072eff87be825770ff9760f.tar.xz |
new cli working
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 97ca25ffd..e7911a65b 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -375,6 +375,7 @@ class ServerMethods(): def status_server(self):
status = {}
status['pause'] = self.core.thread_list.pause
+ status['activ'] = len(self.core.thread_list.py_downloading)
status['queue'] = self.core.file_list.countDownloads()
status['total'] = len(self.core.file_list.data['queue'])
status['speed'] = 0
|