Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
VirusNoirrr authored May 7, 2024
1 parent f7b009a commit 8f01d43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ProCap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def checkTask(self, id):
"clientKey": self.apikey,
"taskId": id
})
print(request.text)
return Task(request.json())
def solve(self, url, sitekey, proxy=None, userAgent=None, rqdata=None, isEnterprise=False, type="hCaptchaTask"):
task = self.createTask(url, sitekey, proxy, userAgent, rqdata, isEnterprise, type)
Expand Down

0 comments on commit 8f01d43

Please sign in to comment.