diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-03-13 22:30:56 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-03-13 22:30:56 +0100 |
commit | 94b7ed15d217a61f2102be326aa28509f3e379b5 (patch) | |
tree | beed961f31d3db9879a96fed4092e33508a3777f /pyLoadCore.py | |
parent | captcha fix (diff) | |
download | pyload-94b7ed15d217a61f2102be326aa28509f3e379b5.tar.xz |
fixes last commit
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-x | pyLoadCore.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py index dd05c9e99..0a91472ed 100755 --- a/pyLoadCore.py +++ b/pyLoadCore.py @@ -759,7 +759,7 @@ class ServerMethods(): if task: task.setWatingForUser(exclusive=exclusive) c = task.getCaptcha() - return int(task.id), c[0], str(c[1]) + return str(task.id), c[0], str(c[1]) else: return None, None, None |