Update image_to_coordinates.py

This commit is contained in:
Andrei 2024-12-16 23:40:16 +03:00
parent ff8f025fe1
commit ab77dc455a
1 changed files with 1 additions and 1 deletions

View File

@ -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,