Skip to content

Commit

Permalink
- Changed url in turtstile.py
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim S <[email protected]>
  • Loading branch information
poplers24 committed Jul 30, 2024
1 parent aa26558 commit 7831e56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/turnstile.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
try:
result = solver.turnstile(
sitekey='0x4AAAAAAAVrOwQWPlm3Bnr5',
url='https://2captcha.com/demo/turnstile',
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 7831e56

Please sign in to comment.