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

Method correctCaptcha

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

Source from the content-addressed store, hash-verified

323 self.cTask.invalid()
324
325 def correctCaptcha(self):
326 if self.cTask:
327 self.cTask.correct()
328
329 def decryptCaptcha(self, url, get={}, post={}, cookies=False, forceUser=False, imgtype='jpg',
330 result_type='textual'):

Callers

nothing calls this directly

Calls 1

correctMethod · 0.45

Tested by

no test coverage detected