summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-03-13 22:30:56 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-03-13 22:30:56 +0100
commit94b7ed15d217a61f2102be326aa28509f3e379b5 (patch)
treebeed961f31d3db9879a96fed4092e33508a3777f /pyLoadCore.py
parentcaptcha fix (diff)
downloadpyload-94b7ed15d217a61f2102be326aa28509f3e379b5.tar.xz
fixes last commit
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py2
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