Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-m committed Jul 9, 2019
1 parent 6726924 commit 572e51f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ Added
Changed
#######

- ``python_anticaptcha.AnticaptchaClient.createTaskStream`` use shared session & keep connection.
- ``python_anticaptcha.AnticaptchaClient.createTaskSmee`` use shared session & keep connection.

0.4.0 - 2019-06-28
------------------

Added
#####

- Added ``python_anticaptcha.AnticaptchaClient.createTaskStream`` to receive responses without polling
- Added ``python_anticaptcha.AnticaptchaClient.createTaskSmee`` to receive responses without polling
The method, which is based on the callback result of captcha / task factory to Smee.io,
which immediately transfers it to library. Allows to significantly shorten the waiting time
for a response and to reduce load the network connection.
Expand Down

0 comments on commit 572e51f

Please sign in to comment.