summaryrefslogtreecommitdiffstats
path: root/module/Plugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/Plugin.py')
-rw-r--r--module/Plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/Plugin.py b/module/Plugin.py
index 587cbb4f1..fd230c400 100644
--- a/module/Plugin.py
+++ b/module/Plugin.py
@@ -53,9 +53,9 @@ class Plugin():
self.ocr = None #captcha reader instance
self.logger = logging.getLogger("log")
self.decryptNow = True
+ self.pyfile = self.parent
def prepare(self, thread):
- self.pyfile = self.parent
self.want_reconnect = False
self.pyfile.status.exists = self.file_exists()