Skip to content

Commit bfb63d1

Browse files
Merge pull request #106 from 2captcha/RC-2852-change-sitekey
RC-2852-change-sitekey
2 parents 70778ce + 7831e56 commit bfb63d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/turnstile.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
try:
1919
result = solver.turnstile(
20-
sitekey='0x4AAAAAAAC3DHQFLr1GavRN',
21-
url='https://2captcha.com/demo/turnstile',
20+
sitekey='0x4AAAAAAAVrOwQWPlm3Bnr5',
21+
url='https://2captcha.com/demo/cloudflare-turnstile',
2222
)
2323

2424
except Exception as e:

examples/turnstile_options.py

+1-1
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)