Skip to content

Commit 8f01d43

Browse files
authored
Update __init__.py
1 parent f7b009a commit 8f01d43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ProCap/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ def checkTask(self, id):
4848
"clientKey": self.apikey,
4949
"taskId": id
5050
})
51-
print(request.text)
5251
return Task(request.json())
5352
def solve(self, url, sitekey, proxy=None, userAgent=None, rqdata=None, isEnterprise=False, type="hCaptchaTask"):
5453
task = self.createTask(url, sitekey, proxy, userAgent, rqdata, isEnterprise, type)

0 commit comments

Comments
 (0)