summaryrefslogtreecommitdiffstats
path: root/pyload/manager/Captcha.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/manager/Captcha.py')
-rw-r--r--pyload/manager/Captcha.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/manager/Captcha.py b/pyload/manager/Captcha.py
index 0814cf78a..4a7582d65 100644
--- a/pyload/manager/Captcha.py
+++ b/pyload/manager/Captcha.py
@@ -54,7 +54,7 @@ class CaptchaManager(object):
cli = self.core.isClientConnected()
if cli: #: client connected -> should solve the captcha
- task.setWaiting(timeout) #wait 50 sec for response
+ task.setWaiting(timeout) #: wait 50 sec for response
for plugin in self.core.addonManager.activePlugins():
try: