summaryrefslogtreecommitdiffstats
path: root/module/Plugin.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2010-04-13 22:26:15 +0200
committerGravatar spoob <spoob@gmx.de> 2010-04-13 22:26:15 +0200
commit0ca857bfd34f8934e18735b05268e4205697c5ee (patch)
treed5ea0a12ebc852b47153b7bde707de42b00587ea /module/Plugin.py
parentPack Fixes (diff)
downloadpyload-0ca857bfd34f8934e18735b05268e4205697c5ee.tar.xz
Fixed Megaupload
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 fd230c400..587cbb4f1 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()