From 83a4073616f9821a8ebf1df0e18e332490503eca Mon Sep 17 00:00:00 2001 From: RaNaN Date: Thu, 25 Feb 2010 16:32:17 +0100 Subject: webinterface improvments + server crash fix --- pyLoadCore.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pyLoadCore.py') diff --git a/pyLoadCore.py b/pyLoadCore.py index 0c144b3a6..0459751cf 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -443,6 +443,9 @@ class ServerMethods(): for pyfile in self.core.thread_list.py_downloading: status['speed'] += pyfile.status.get_speed() + status['download'] = self.core.thread_list.pause and self.is_time_download() + status['reconnect'] = self.core.config['reconnect']['activated'] and self.is_time_reconnect() + return status def file_exists(self, path): #@XXX: security?! -- cgit v1.2.3