From 37ecd8ec944dbfa3a1cd8876ee3a126f7d713dd0 Mon Sep 17 00:00:00 2001 From: Maxim S Date: Thu, 12 Dec 2024 14:43:36 +0100 Subject: [PATCH] update README.md Signed-off-by: Maxim S --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1df22f9..96907cc 100644 --- a/README.md +++ b/README.md @@ -247,7 +247,6 @@ Use this method to solve Yandex Smart Captcha. Returns JSON with the token. ```python result = solver.yandex_smart(sitekey='0x1AAAAh45AAAAkg0s2VIOD34y5hy4h4h', url='http://mysite.com/', - softId=123, proxy={'type': 'HTTPS', 'uri': 'login:password@IP_address:PORT'}, userAgent='Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36') ```