Vihaan Reddy
Results
1
issues of
Vihaan Reddy
**Paste the code showing which endpoint of the AmazonCaptcha library you are using** ```python from amazoncaptcha import AmazonCaptcha captcha = AmazonCaptcha('src\captcha\captcha.png') solution = AmazonCaptcha('src\captcha\captcha.png').solve() print(solution) # Or: solution = AmazonCaptcha('captcha.jpg').solve()...
wontfix
CNS