Update enum.py

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

View File

@ -36,6 +36,7 @@ class CaptchaTypeEnm(str, MyEnum):
Control = "Control" # custom captcha type
ImageToTextTask = "ImageToTextTask"
ImageToCoordinatesTask = "ImageToCoordinatesTask"
# Recaptcha
RecaptchaV2Task = "RecaptchaV2Task"
RecaptchaV2TaskProxyless = "RecaptchaV2TaskProxyless"