Skip to content

Commit 2d72129

Browse files
committed
Update enum.py
1 parent 4f17b8e commit 2d72129

File tree

1 file changed

+3
-0
lines changed
  • src/python3_anticaptcha/core

1 file changed

+3
-0
lines changed

src/python3_anticaptcha/core/enum.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ class CaptchaTypeEnm(str, MyEnum):
5858
# FriendlyCaptcha
5959
FriendlyCaptchaTask = "FriendlyCaptchaTask"
6060
FriendlyCaptchaTaskProxyless = "FriendlyCaptchaTaskProxyless"
61+
# FriendlyCaptcha
62+
ProsopoTask = "ProsopoTask"
63+
ProsopoTaskProxyless = "ProsopoTaskProxyless"
6164
# Custom
6265
AntiGateTask = "AntiGateTask"
6366

0 commit comments

Comments
 (0)