From fa04b48b6ee5e9f9af2bb1b3b11e641be79ea6b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ram=C3=B3n=20Romero?= Date: Fri, 11 Sep 2020 01:13:45 -0500 Subject: [PATCH] Update README.rst The example using 2captcha is wrong. Solved --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index aa94181..e744c3a 100644 --- a/README.rst +++ b/README.rst @@ -29,7 +29,7 @@ Service website is https://2captcha.com?from=3019071 from captcha_solver import CaptchaSolver - solver = CaptchaSolver('twocaptcha', api_key='2captcha.com API HERE') + solver = CaptchaSolver('2captcha', api_key='2captcha.com API HERE') raw_data = open('captcha.png', 'rb').read() print(solver.solve_captcha(raw_data))