Skip to content

Commit

Permalink
Fix capmonster softId position
Browse files Browse the repository at this point in the history
  • Loading branch information
VeNoMouS committed Apr 10, 2021
1 parent 2e9f520 commit 2634815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloudscraper/captcha/capmonster.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ def _checkRequest(response):
'task': {
'websiteURL': url,
'websiteKey': siteKey,
'softId': 37,
'type': 'NoCaptchaTask' if captchaType == 'reCaptcha' else 'HCaptchaTask'
}
},
'softId': 37
}

if self.proxy:
Expand Down

0 comments on commit 2634815

Please sign in to comment.