diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-02-05 16:39:14 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-02-05 16:39:14 +0100 |
commit | bc00fd36d7e29c995c370ed630a7db995537ad61 (patch) | |
tree | 81f1b62e8f687b4239a27df3e04a0d03a4e3d81f | |
parent | setup encoding fix (diff) | |
download | pyload-bc00fd36d7e29c995c370ed630a7db995537ad61.tar.xz |
closed #230
-rw-r--r-- | module/plugins/Plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/Plugin.py b/module/plugins/Plugin.py index 3891cba94..1ecc3ded3 100644 --- a/module/plugins/Plugin.py +++ b/module/plugins/Plugin.py @@ -226,7 +226,7 @@ class Plugin(object): def correctCaptcha(self): if self.cTask: - self.cTask.success() + self.cTask.correct() def decryptCaptcha(self, url, get={}, post={}, cookies=False, forceUser=False, imgtype="jpg"): """ loads the catpcha and decrypt it or ask the user for input """ |