summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/captcha/ReCaptcha.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/captcha/ReCaptcha.py')
-rw-r--r--pyload/plugin/captcha/ReCaptcha.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/pyload/plugin/captcha/ReCaptcha.py b/pyload/plugin/captcha/ReCaptcha.py
index 6cddaba0d..295491bd8 100644
--- a/pyload/plugin/captcha/ReCaptcha.py
+++ b/pyload/plugin/captcha/ReCaptcha.py
@@ -11,12 +11,12 @@ from pyload.plugin.Captcha import Captcha
class ReCaptcha(Captcha):
- __name = "ReCaptcha"
- __version = "0.14"
+ __name__ = "ReCaptcha"
+ __version__ = "0.14"
- __description = """ReCaptcha captcha service plugin"""
- __license = "GPLv3"
- __authors = [("pyLoad Team", "admin@pyload.org"),
+ __description__ = """ReCaptcha captcha service plugin"""
+ __license__ = "GPLv3"
+ __authors__ = [("pyLoad Team", "admin@pyload.org"),
("Walter Purcaro", "vuolter@gmail.com"),
("zapp-brannigan", "fuerst.reinje@web.de")]