Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew17-21 committed Sep 4, 2023
1 parent 27a6e97 commit 8adc1ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion captchatools/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
2 = Anticaptcha
3 = 2captcha
4 = Capsolver
5 = CaptchaAI
'''
__version__ = "1.4.1"
__author__ = "Matthew17-21"
Expand Down Expand Up @@ -94,5 +95,5 @@ def new_harvester(**kwargs) -> Harvester:

# Just for backward compatibility
def captcha_harvesters(**kwargs) -> Harvester:
warn('This function is deprecated. Use the `new_harvester() function`', DeprecationWarning, stacklevel=2)
warn('This function is deprecated. Use the `new_harvester()` function', DeprecationWarning, stacklevel=2)
return new_harvester(**kwargs)

0 comments on commit 8adc1ea

Please sign in to comment.