summaryrefslogtreecommitdiffstats
path: root/module/download_thread.py
diff options
context:
space:
mode:
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 = ""