From ab77dc455abb4f54dcd091627c2d74b66c7c06b4 Mon Sep 17 00:00:00 2001 From: Andrei Date: Mon, 16 Dec 2024 23:40:16 +0300 Subject: [PATCH] Update image_to_coordinates.py --- src/python3_anticaptcha/image_to_coordinates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,