-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove the 'Content-type' header * Add as_dict() method to BaseCaptchaSolution * Fix Content-type issues * Minor fixes * List all 2captcha/rucaptcha captchas supported * Anticaptcha: fixed error that occurs when the cost parameter is missing from the service response * Bump version to 1.2.1
- Loading branch information
1 parent
410c04b
commit 136dd73
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
setuptools.setup( | ||
name="unicaps", | ||
version="1.2.0", | ||
version="1.2.1", | ||
author="Sergey Scat", | ||
author_email="[email protected]", | ||
description="Universal CAPTCHA Solver for humans", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters