summaryrefslogtreecommitdiffstats
path: root/module/Plugin.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2010-04-14 14:31:54 +0200
committerGravatar spoob <spoob@gmx.de> 2010-04-14 14:31:54 +0200
commitc7233c3c1301b47c2574b5baec268ca98529fde7 (patch)
treef73cd97f1266f342e97e5d4762d2a2ebe7976ac0 /module/Plugin.py
parentFixed Zippyshare (diff)
downloadpyload-c7233c3c1301b47c2574b5baec268ca98529fde7.tar.xz
Fixed Rapidshare
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()