diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-29 22:42:20 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-03-29 22:42:20 +0100 |
commit | 265c1a0711e5e50b8507ba35253f2dc55e01f88e (patch) | |
tree | eb67565d511b3b6c84160d27be2f24a590b24a03 /module/plugins | |
parent | client side settings save, working dl button on dashboard (diff) | |
download | pyload-265c1a0711e5e50b8507ba35253f2dc55e01f88e.tar.xz |
fix in update file info, moved recaptcha back
Diffstat (limited to 'module/plugins')
-rw-r--r-- | module/plugins/ReCaptcha.py (renamed from module/plugins/internal/ReCaptcha.py) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/plugins/internal/ReCaptcha.py b/module/plugins/ReCaptcha.py index 6f7ebe22c..e47522b4a 100644 --- a/module/plugins/internal/ReCaptcha.py +++ b/module/plugins/ReCaptcha.py @@ -3,6 +3,7 @@ import re class ReCaptcha(): def __init__(self, plugin): self.plugin = plugin + self.plugin.logDebug("Deprecated usage of ReCaptcha: Use CaptchaService instead") def challenge(self, id): js = self.plugin.req.load("http://www.google.com/recaptcha/api/challenge", get={"k":id}, cookies=True) |