diff --git a/src/python3_anticaptcha/image_to_coordinates.py b/src/python3_anticaptcha/image_to_coordinates.py index d38abc1..89427ed 100644 --- a/src/python3_anticaptcha/image_to_coordinates.py +++ b/src/python3_anticaptcha/image_to_coordinates.py @@ -14,7 +14,7 @@ class ImageToCoordinates(CaptchaParams): def __init__( self, api_key: str, - captcha_type: Union[CaptchaTypeEnm, str] = CaptchaTypeEnm.ImageToTextTask, + captcha_type: Union[CaptchaTypeEnm, str] = CaptchaTypeEnm.ImageToCoordinatesTask, sleep_time: int = 5, save_format: Union[str, SaveFormatsEnm] = SaveFormatsEnm.TEMP, img_clearing: bool = True,