Skip to content

Commit f6ec1c0

Browse files
committed
add the risk_type parameter to the documentation for the geetest v4 method
1 parent e379643 commit f6ec1c0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

twocaptcha/async_solver.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,8 @@ async def geetest_v4(self, captcha_id, url, **kwargs):
555555
Value of captcha_id parameter you found on target website.
556556
url: str
557557
Full URL of the page where you see Geetest captcha.
558+
risk_type: str, optional
559+
Value of risk_type parameter is contained in the captcha loading request.
558560
softId : int, optional
559561
ID of software developer. Developers who integrated their software with 2Captcha get reward: 10% of
560562
spendings of their software users.

twocaptcha/solver.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,8 @@ def geetest_v4(self, captcha_id, url, **kwargs):
685685
Value of captcha_id parameter you found on target website.
686686
url: str
687687
Full URL of the page where you see Geetest captcha.
688+
risk_type: str, optional
689+
Value of risk_type parameter is contained in the captcha loading request.
688690
softId : int, optional
689691
ID of software developer. Developers who integrated their software with 2Captcha get reward: 10% of
690692
spendings of their software users.

0 commit comments

Comments
 (0)