Skip to content

Commit 8adc1ea

Browse files
committed
Update __init__.py
1 parent 27a6e97 commit 8adc1ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

captchatools/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
2 = Anticaptcha
1717
3 = 2captcha
1818
4 = Capsolver
19+
5 = CaptchaAI
1920
'''
2021
__version__ = "1.4.1"
2122
__author__ = "Matthew17-21"
@@ -94,5 +95,5 @@ def new_harvester(**kwargs) -> Harvester:
9495

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

0 commit comments

Comments
 (0)