From 079a211aec1f0c3586ec9c67bd3fbefca0f63017 Mon Sep 17 00:00:00 2001 From: spoob Date: Sat, 14 Nov 2009 18:38:47 +0100 Subject: added plugin info, v0.2.3.2 --- pyLoadCore.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pyLoadCore.py') diff --git a/pyLoadCore.py b/pyLoadCore.py index a88589926..f913eb493 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -17,7 +17,7 @@ # along with this program; if not, see . # ### -CURRENT_VERSION = '0.2.2' +CURRENT_VERSION = '0.2.3.2' import ConfigParser import gettext @@ -260,6 +260,7 @@ class Core(object): download['percent'] = pyfile.status.percent() download['status'] = pyfile.status.type download['wait_until'] = pyfile.status.waituntil + download['plugin'] = pyfile.status.plugin list.append(download) return list -- cgit v1.2.3