Skip to content

Commit

Permalink
Merge pull request #106 from 2captcha/RC-2852-change-sitekey
Browse files Browse the repository at this point in the history
RC-2852-change-sitekey
  • Loading branch information
dzmitry-duboyski authored Aug 1, 2024
2 parents 70778ce + 7831e56 commit bfb63d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/turnstile.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@

try:
result = solver.turnstile(
sitekey='0x4AAAAAAAC3DHQFLr1GavRN',
url='https://2captcha.com/demo/turnstile',
sitekey='0x4AAAAAAAVrOwQWPlm3Bnr5',
url='https://2captcha.com/demo/cloudflare-turnstile',
)

except Exception as e:
Expand Down
2 changes: 1 addition & 1 deletion examples/turnstile_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

try:
result = solver.turnstile(sitekey='0x4AAAAAAAVrOwQWPlm3Bnr5',
url='https://2captcha.com/demo/turnstile',
url='https://2captcha.com/demo/cloudflare-turnstile',
# data="str",
# pagedata="str",
# action="str",
Expand Down

0 comments on commit bfb63d1

Please sign in to comment.