We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70778ce + 7831e56 commit bfb63d1Copy full SHA for bfb63d1
examples/turnstile.py
@@ -17,8 +17,8 @@
17
18
try:
19
result = solver.turnstile(
20
- sitekey='0x4AAAAAAAC3DHQFLr1GavRN',
21
- url='https://2captcha.com/demo/turnstile',
+ sitekey='0x4AAAAAAAVrOwQWPlm3Bnr5',
+ url='https://2captcha.com/demo/cloudflare-turnstile',
22
)
23
24
except Exception as e:
examples/turnstile_options.py
@@ -28,7 +28,7 @@
28
29
30
result = solver.turnstile(sitekey='0x4AAAAAAAVrOwQWPlm3Bnr5',
31
32
# data="str",
33
# pagedata="str",
34
# action="str",
0 commit comments