Skip to content

Commit 7b65360

Browse files
refactor
1 parent 63f9ba8 commit 7b65360

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def get_version():
3333
"Intended Audience :: Developers",
3434
],
3535
keywords=[
36-
'2captcha', 'captcha', 'api', 'captcha solver', 'reCAPTCHA', 'hCaptcha',
36+
'2captcha', 'captcha', 'api', 'captcha solver', 'reCAPTCHA',
3737
'FunCaptcha', 'Geetest', 'image captcha', 'Coordinates', 'Click Captcha',
3838
'Geetest V4', 'Lemin captcha', 'Amazon WAF', 'Cloudflare Turnstile',
3939
'Capy Puzzle', 'MTCaptcha', 'Friendly Captcha', 'Tencent', 'Cutcaptcha', 'DataDome', 'cybersiara'],

twocaptcha/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
NetworkException, ApiException, TimeoutException)
44

55
"""
6-
Python 3 package for easy integration with the API of 2captcha captcha solving service to bypass recaptcha, hcaptcha,
6+
Python 3 package for easy integration with the API of 2captcha captcha solving service to bypass recaptcha,
77
funcaptcha, geetest and solve any other captchas.
88
99
website 2captcha [https://2captcha.com/]

0 commit comments

Comments
 (0)