MCPcopy Index your code
hub / github.com/pyload/pyload / invalid

Method invalid

module/plugins/internal/Captcha.py:163–169  ·  view source on GitHub ↗
(self, msg="")

Source from the content-addressed store, hash-verified

161 return result
162
163 def invalid(self, msg=""):
164 if not self.task:
165 return
166
167 self.log_warning(_("Invalid captcha"), msg, self.task.result)
168 self.task.invalid()
169 self.task = None
170
171 def correct(self):
172 if not self.task:

Callers 15

invalidCaptchaMethod · 0.45
signinMethod · 0.45
retry_captchaMethod · 0.45
signinMethod · 0.45
retry_captchaMethod · 0.45
signinMethod · 0.45
retry_captchaMethod · 0.45
retry_captchaMethod · 0.45
_challenge_v2Method · 0.45
challengeMethod · 0.45
handle_captchaMethod · 0.45
handle_weblinksMethod · 0.45

Calls 2

log_warningMethod · 0.80
_Function · 0.50

Tested by

no test coverage detected