Skip to content

Commit

Permalink
- Minor fix in method documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Maxim S <[email protected]>
  • Loading branch information
poplers24 committed Aug 29, 2024
1 parent 7405674 commit b0a3a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twocaptcha/solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'}.
"""

Expand Down

0 comments on commit b0a3a24

Please sign in to comment.