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

Method setWatingForUser

module/CaptchaManager.py:149–153  ·  view source on GitHub ↗
(self, exclusive)

Source from the content-addressed store, hash-verified

147 return self.captchaResultType == 'interactive'
148
149 def setWatingForUser(self, exclusive):
150 if exclusive:
151 self.status = "user"
152 else:
153 self.status = "shared-user"
154
155 def timedOut(self):
156 return time() > self.waitUntil

Callers 1

getCaptchaTaskMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected