Skip to content

Commit

Permalink
capsolver typo
Browse files Browse the repository at this point in the history
  • Loading branch information
VeNoMouS committed Jan 5, 2023
1 parent 24cf471 commit 07801a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudscraper/captcha/capsolver.py
Expand Up @@ -23,7 +23,7 @@ class captchaSolver(Captcha):
def __init__(self):
self.host = 'https://api.capsolver.com'
self.session = requests.Session()
super(captchaSolver, self).__init__('CapSolver')
super(captchaSolver, self).__init__('capsolver')

# ------------------------------------------------------------------------------- #

Expand Down

0 comments on commit 07801a1

Please sign in to comment.