summaryrefslogtreecommitdiffstats
path: root/module/download_thread.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2009-11-14 18:38:47 +0100
committerGravatar spoob <spoob@gmx.de> 2009-11-14 18:38:47 +0100
commit079a211aec1f0c3586ec9c67bd3fbefca0f63017 (patch)
treef5e46ad8da40ac0aac9c34ce3402e0cec4fe375c /module/download_thread.py
parentpython25 compatibility (diff)
downloadpyload-079a211aec1f0c3586ec9c67bd3fbefca0f63017.tar.xz
added plugin info, v0.2.3.2
Diffstat (limited to 'module/download_thread.py')
-rw-r--r--module/download_thread.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/module/download_thread.py b/module/download_thread.py
index 6a31030ca..539f3e62f 100644
--- a/module/download_thread.py
+++ b/module/download_thread.py
@@ -34,6 +34,7 @@ class Status(object):
self.url = None
self.exists = False
self.waituntil = 0
+ self.plugin = pyfile.modul.__name__
self.want_reconnect = False
self.error = ""