From 94b7ed15d217a61f2102be326aa28509f3e379b5 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 13 Mar 2011 22:30:56 +0100 Subject: fixes last commit --- pyLoadCore.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyLoadCore.py') 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 -- cgit v1.2.3