New captcha task for the plugin, it MUST set the handler and timeout or will be ignored
(self, task)
| 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): |