Skip to content

Commit

Permalink
Update sio_captcha_instrument.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Dec 18, 2024
1 parent e416296 commit 4fd66bd
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/python3_anticaptcha/core/sio_captcha_instrument.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,7 @@

class SIOCaptchaInstrument(CaptchaInstrument):
"""
Basic Captcha solving class
Args:
api_key: Capsolver API key
sleep_time: The waiting time between requests to get the result of the Captcha
Instrument for working with sync captcha
"""

def __init__(self, captcha_params: CaptchaParams):
Expand Down

0 comments on commit 4fd66bd

Please sign in to comment.