Skip to content

Commit c962721

Browse files
authored
Merge pull request #670 from flowni/fix/capmonster-error-key
fix capmonster json key
2 parents 44a8037 + 080d46d commit c962721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flathunter/captcha/capmonster_solver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def __retrieve_capmonster_result(self, captcha_id: str):
7777

7878
response_json = retrieve_response.json()
7979
if not "status" in response_json:
80-
raise requests.HTTPError(response=response_json["errrorCode"])
80+
raise requests.HTTPError(response=response_json["errorCode"])
8181

8282
if response_json["status"] == "processing":
8383
logger.info("Captcha is not ready yet, waiting...")

0 commit comments

Comments
 (0)