From 7b3e630f60ab2a917106cc6e09b92123001a0083 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 3 Oct 2014 09:25:46 +0200 Subject: [CaptchaService] Fix code indentation typo --- module/plugins/internal/CaptchaService.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/plugins/internal') diff --git a/module/plugins/internal/CaptchaService.py b/module/plugins/internal/CaptchaService.py index 72a8f8789..caac14d61 100644 --- a/module/plugins/internal/CaptchaService.py +++ b/module/plugins/internal/CaptchaService.py @@ -7,7 +7,7 @@ from random import random class CaptchaService: __name__ = "CaptchaService" - __version__ = "0.07" + __version__ = "0.08" __description__ = """Base captcha service plugin""" __author_name__ = "pyLoad Team" @@ -83,7 +83,7 @@ class ReCaptcha(CaptchaService): return None - def challenge(self, key=key): + def challenge(self, key=key): if not key: errmsg = "ReCaptcha key missing" self.plugin.fail(errmsg) -- cgit v1.2.3