2captcha / 2captcha-python

Python 3 package for easy integration with the API of 2captcha captcha solving service to bypass recaptcha, hcaptcha, funcaptcha, geetest and solve any other captchas.
https://2captcha.com
MIT License
495 stars 93 forks source link

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

Closed arthurauffray closed 1 month ago

arthurauffray commented 1 month ago
poplers24 commented 1 month 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 1 month 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!