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