From 3b0f78439f70ede5dd0c24af39d7eb1b79b1446c Mon Sep 17 00:00:00 2001 From: RaNaN Date: Tue, 22 Feb 2011 20:38:45 +0100 Subject: filesonic info prefetching + premium fix --- module/CaptchaManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/CaptchaManager.py') 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: -- cgit v1.2.3