diff options
author | spoob <spoob@gmx.de> | 2009-11-14 18:38:47 +0100 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-11-14 18:38:47 +0100 |
commit | 079a211aec1f0c3586ec9c67bd3fbefca0f63017 (patch) | |
tree | f5e46ad8da40ac0aac9c34ce3402e0cec4fe375c /pyLoadCore.py | |
parent | python25 compatibility (diff) | |
download | pyload-079a211aec1f0c3586ec9c67bd3fbefca0f63017.tar.xz |
added plugin info, v0.2.3.2
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 3 |
1 files changed, 2 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. # ### -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 |