Skip to content

Commit 7831e56

Browse files
committed
- Changed url in turtstile.py
Signed-off-by: Maxim S <poplers24@gmail.com>
1 parent aa26558 commit 7831e56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/turnstile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
try:
1919
result = solver.turnstile(
2020
sitekey='0x4AAAAAAAVrOwQWPlm3Bnr5',
21-
url='https://2captcha.com/demo/turnstile',
21+
url='https://2captcha.com/demo/cloudflare-turnstile',
2222
)
2323

2424
except Exception as e:

examples/turnstile_options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
try:
3030
result = solver.turnstile(sitekey='0x4AAAAAAAVrOwQWPlm3Bnr5',
31-
url='https://2captcha.com/demo/turnstile',
31+
url='https://2captcha.com/demo/cloudflare-turnstile',
3232
# data="str",
3333
# pagedata="str",
3434
# action="str",

0 commit comments

Comments
 (0)