diff options
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 1 |
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: |