diff options
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 3 |
1 files changed, 3 insertions, 0 deletions
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?! |