Update enum.py
This commit is contained in:
parent
ab77dc455a
commit
f6200a9641
|
@ -36,6 +36,7 @@ class CaptchaTypeEnm(str, MyEnum):
|
||||||
|
|
||||||
Control = "Control" # custom captcha type
|
Control = "Control" # custom captcha type
|
||||||
ImageToTextTask = "ImageToTextTask"
|
ImageToTextTask = "ImageToTextTask"
|
||||||
|
ImageToCoordinatesTask = "ImageToCoordinatesTask"
|
||||||
# Recaptcha
|
# Recaptcha
|
||||||
RecaptchaV2Task = "RecaptchaV2Task"
|
RecaptchaV2Task = "RecaptchaV2Task"
|
||||||
RecaptchaV2TaskProxyless = "RecaptchaV2TaskProxyless"
|
RecaptchaV2TaskProxyless = "RecaptchaV2TaskProxyless"
|
||||||
|
|
Loading…
Reference in New Issue