From dcb1894e0c708df0677187355c6743c08ac44c26 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 31 May 2011 20:36:19 +0200 Subject: fixed positional captchas + availbillity over thrift --- pyLoadCore.py | 1 + 1 file changed, 1 insertion(+) (limited to 'pyLoadCore.py') 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: -- cgit v1.2.3