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

Method captcha_task

module/plugins/internal/Addon.py:192–196  ·  view source on GitHub ↗

New captcha task for the plugin, it MUST set the handler and timeout or will be ignored

(self, task)

Source from the content-addressed store, hash-verified

190 self.info['ip'] = ip
191
192 def captcha_task(self, task):
193 """
194 New captcha task for the plugin, it MUST set the handler and timeout or will be ignored
195 """
196 pass
197
198 #: Deprecated method, use `captcha_task` instead (Remove in 0.4.10)
199 def newCaptchaTask(self, task):

Callers 1

newCaptchaTaskMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected