From 3f6c69796cb36d38179b6b44be63302606c6d70b Mon Sep 17 00:00:00 2001 From: Andrei Date: Sun, 6 Oct 2024 01:39:45 +0300 Subject: [PATCH] Update turnstile.py --- src/python3_anticaptcha/turnstile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python3_anticaptcha/turnstile.py b/src/python3_anticaptcha/turnstile.py index 487f88c..0154ff7 100644 --- a/src/python3_anticaptcha/turnstile.py +++ b/src/python3_anticaptcha/turnstile.py @@ -134,7 +134,7 @@ class Turnstile(BaseCaptcha): Notes: https://anti-captcha.com/apidoc/task-types/TurnstileTask - + https://anti-captcha.com/apidoc/task-types/TurnstileTaskProxyless """