summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/hook/BypassCaptcha.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/hook/BypassCaptcha.py')
-rw-r--r--pyload/plugin/hook/BypassCaptcha.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugin/hook/BypassCaptcha.py b/pyload/plugin/hook/BypassCaptcha.py
index 545ec5e31..95be5f3a6 100644
--- a/pyload/plugin/hook/BypassCaptcha.py
+++ b/pyload/plugin/hook/BypassCaptcha.py
@@ -57,7 +57,7 @@ class BypassCaptcha(Hook):
def submit(self, captcha, captchaType="file", match=None):
req = getRequest()
- #raise timeout threshold
+ # raise timeout threshold
req.c.setopt(LOW_SPEED_TIME, 80)
try: