From b0a3a2460537f8cfa7d8fba9608e91df7f869be9 Mon Sep 17 00:00:00 2001 From: Maxim S Date: Thu, 29 Aug 2024 13:23:07 +0200 Subject: [PATCH] - Minor fix in method documentation Signed-off-by: Maxim S --- twocaptcha/solver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twocaptcha/solver.py b/twocaptcha/solver.py index 1eae27d..7909a54 100755 --- a/twocaptcha/solver.py +++ b/twocaptcha/solver.py @@ -821,7 +821,7 @@ def datadome(self, captcha_url, pageurl, userAgent, proxy, **kwargs): Full URL of the page that triggers the captcha when you go to it. userAgent: str User-Agent of the browser that will be used by the employee when loading the captcha. - proxy : dict, optional + proxy : dict {'type': 'HTTPS', 'uri': 'login:password@IP_address:PORT'}. """