From 979daf6a4daae605b2a39e916c16015437fac98d Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 12 Jun 2009 15:36:48 +0200 Subject: little fixes --- Core.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Core.py') diff --git a/Core.py b/Core.py index 1d1114878..1b19d17d9 100644 --- a/Core.py +++ b/Core.py @@ -179,9 +179,13 @@ class Core(object): list = [] for pyfile in self.thread_list.py_downloading: download = {} + download['id'] = pyfile.id download['name'] = pyfile.status.filename download['speed'] = pyfile.status.get_speed() download['eta'] = pyfile.status.get_ETA() + download['kbleft'] = pyfile.status.kB_left() + download['size'] = pyfile.status.size() + download['status'] = pyfile.status.type list.append(download) return list -- cgit v1.2.3