Skip to content

Commit

Permalink
Update enums.py
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiDrang committed Nov 13, 2023
1 parent afe19e3 commit d9f425b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/python_rucaptcha/core/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,9 @@ class YandexSmartCaptchaEnm(str, MyEnum):

class TurnstileCaptchaEnm(str, MyEnum):
TURNSTILE = "turnstile"
TurnstileTaskProxyless='TurnstileTaskProxyless'
TurnstileTask='TurnstileTask'
TurnstileTaskProxyless = "TurnstileTaskProxyless"
TurnstileTask = "TurnstileTask"


class AmazonWAFCaptchaEnm(str, MyEnum):
AmazonTask = "AmazonTask"
Expand Down

0 comments on commit d9f425b

Please sign in to comment.