diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-02-07 22:11:27 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-02-07 22:11:27 +0100 |
commit | a67b1efd6ef96b9f942dfb521ede1d07eb1b0ed9 (patch) | |
tree | 1b8af90c4d2e6af2795c2f980f5206a4ea9e17d7 /module/plugins/hooks/CaptchaTrader.py | |
parent | little fix (diff) | |
download | pyload-a67b1efd6ef96b9f942dfb521ede1d07eb1b0ed9.tar.xz |
closed #234
Diffstat (limited to 'module/plugins/hooks/CaptchaTrader.py')
-rw-r--r-- | module/plugins/hooks/CaptchaTrader.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hooks/CaptchaTrader.py b/module/plugins/hooks/CaptchaTrader.py index 77c30b7d7..f98b5fab0 100644 --- a/module/plugins/hooks/CaptchaTrader.py +++ b/module/plugins/hooks/CaptchaTrader.py @@ -123,7 +123,7 @@ class CaptchaTrader(Hook): def captchaWrong(self, task): if task.data.has_key("ticket"): ticket = task.data["ticket"] - self.respond(ticket, True) + self.respond(ticket, False) def processCaptcha(self, task): c = task.captchaFile |