Skip to content

Commit

Permalink
Merge pull request #274 from yasserhi/patch-1
Browse files Browse the repository at this point in the history
capsolver typo
  • Loading branch information
VeNoMouS committed Jan 10, 2023
2 parents 07801a1 + 99a9d31 commit aa7ad7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudscraper/captcha/capsolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def checkErrorStatus(response, request_type):
except Exception:
return

if rPayload.get('errorDescription', False) and 'Current system busy' not in rayload['errorDescription']:
if rPayload.get('errorDescription', False) and 'Current system busy' not in rPayload['errorDescription']:
raise CaptchaAPIError(
f"CapSolver: {request_type} -> {rPayload.get('errorDescription')}"
)
Expand Down

0 comments on commit aa7ad7e

Please sign in to comment.