From 3e52baca1b622694e072eff87be825770ff9760f Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 20 Dec 2009 19:09:48 +0100 Subject: new cli working --- pyLoadCore.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pyLoadCore.py') 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 -- cgit v1.2.3