diff options
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 |