summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-05-31 20:36:19 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-05-31 20:36:19 +0200
commitdcb1894e0c708df0677187355c6743c08ac44c26 (patch)
tree9edd4c4eccde099a95edc8d7436dce8b92e3aba0 /pyLoadCore.py
parentShareLinksBiz decrypter (diff)
downloadpyload-dcb1894e0c708df0677187355c6743c08ac44c26.tar.xz
fixed positional captchas + availbillity over thrift
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index a4311b75b..e8b024f4c 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -771,6 +771,7 @@ class ServerMethods():
return not task is None
def get_captcha_task(self, exclusive=False):
+ """ returns tid, data, type, resulttype """
self.core.lastClientConnected = time()
task = self.core.captchaManager.getTask()
if task: