Michelle A.

Results 1 issues of Michelle A.

I have both installed: twocaptcha and 2captcha-python the code: from twocaptcha import TwoCaptcha ... solver = TwoCaptcha(captchaKey) try: captcha = solver.normal("config/captcha_image.png") logging.info(f"Resultado 2captcha: {captcha}") return captcha except Exception as e:...