MCPcopy Create free account
hub / github.com/pyload/pyload / invalidCaptcha

Method invalidCaptcha

module/plugins/Plugin.py:321–323  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

319 raise Retry(reason)
320
321 def invalidCaptcha(self):
322 if self.cTask:
323 self.cTask.invalid()
324
325 def correctCaptcha(self):
326 if self.cTask:

Callers

nothing calls this directly

Calls 1

invalidMethod · 0.45

Tested by

no test coverage detected