summaryrefslogtreecommitdiffstats
path: root/module/CaptchaManager.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-02-22 20:38:45 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2011-02-22 20:38:45 +0100
commit3b0f78439f70ede5dd0c24af39d7eb1b79b1446c (patch)
treea5946290c13a3e85fc4e1e67493fd0f26ba9fff9 /module/CaptchaManager.py
parentNCryptIn: Bug fixes (diff)
downloadpyload-3b0f78439f70ede5dd0c24af39d7eb1b79b1446c.tar.xz
filesonic info prefetching + premium fix
Diffstat (limited to 'module/CaptchaManager.py')
-rw-r--r--module/CaptchaManager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/CaptchaManager.py b/module/CaptchaManager.py
index 1520bb1b9..8296fb9c6 100644
--- a/module/CaptchaManager.py
+++ b/module/CaptchaManager.py
@@ -63,7 +63,7 @@ class CaptchaManager():
if cli: #client connected -> should solve the captcha
self.tasks.append(task)
- task.setWaiting(40) #wait 40 sec for response
+ task.setWaiting(50) #wait 50 sec for response
for plugin in self.core.hookManager.activePlugins():
try: