diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-05-31 20:36:19 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-05-31 20:36:19 +0200 |
commit | dcb1894e0c708df0677187355c6743c08ac44c26 (patch) | |
tree | 9edd4c4eccde099a95edc8d7436dce8b92e3aba0 /pyLoadCore.py | |
parent | ShareLinksBiz decrypter (diff) | |
download | pyload-dcb1894e0c708df0677187355c6743c08ac44c26.tar.xz |
fixed positional captchas + availbillity over thrift
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: |