diff options
author | Nold360 <nold@lavabit.com> | 2013-04-16 10:16:57 +0200 |
---|---|---|
committer | Nold360 <nold@lavabit.com> | 2013-04-16 10:16:57 +0200 |
commit | feac135f3bf8d1b4fa47c427daaf09f20e8d3ff3 (patch) | |
tree | 1079dbbedc0b1bdefe6d2fa5eea33c389a9e7b36 /module/plugins/crypter | |
parent | Added Workaround for duplicate links in NCryptIn (diff) | |
download | pyload-feac135f3bf8d1b4fa47c427daaf09f20e8d3ff3.tar.xz |
I hate this comment.. but now it's finally fixed...
Diffstat (limited to 'module/plugins/crypter')
-rw-r--r-- | module/plugins/crypter/NCryptIn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/crypter/NCryptIn.py b/module/plugins/crypter/NCryptIn.py index 0d0a884cf..63ac58a43 100644 --- a/module/plugins/crypter/NCryptIn.py +++ b/module/plugins/crypter/NCryptIn.py @@ -137,7 +137,7 @@ class NCryptIn(Crypter): postData['recaptcha_challenge_field'] = challenge
postData['recaptcha_response_field'] = code
- # Resolve anicaptcha
+ # Resolve circlecaptcha
if "circlecaptcha" in form:
self.captcha = True
self.logDebug("Captcha protected")
|