2captcha / 2captcha-python

Python 3 package for easy integration with the API of 2captcha captcha solving service to bypass recaptcha, hcaptcha, сloudflare turnstile, funcaptcha, geetest and solve any other captchas.
https://pypi.org/project/2captcha-python
MIT License
550 stars 92 forks source link

Optimised imports, minor grammar fixes - solver.py #90

Closed arthurauffray closed 4 months ago

arthurauffray commented 4 months ago
poplers24 commented 4 months ago

@kratzky This PR has changed imports for specific modules, adjusted method calls in the code, which generally optimizes the code, and also fixed several grammatical errors in method descriptions. I checked that the tests pass with this code. You can merge

kratzky commented 4 months ago

The same as #91 it's about the code style, not the optimisation. The typo... we'll fix it separately 😃 Anyway thank you @arthurauffray for your contribution!