summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-12-20 19:09:48 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2009-12-20 19:09:48 +0100
commit3e52baca1b622694e072eff87be825770ff9760f (patch)
treeaf60c1b62957704908f82bc2b17be78b79dbf936 /pyLoadCore.py
parentcleaned netload (diff)
downloadpyload-3e52baca1b622694e072eff87be825770ff9760f.tar.xz
new cli working
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py1
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