Skip to content

Commit 8a98d5c

Browse files
authored
Merge pull request #191 from AndreiDrang/main
Fixed Turnstile
2 parents 45c2b88 + 5c60b64 commit 8a98d5c

18 files changed

+594
-818
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
for x in os.walk("src/python3_anticaptcha/"):
1313
sys.path.insert(0, x[0])
1414

15-
from python3_anticaptcha import core, control, turnstile, image_captcha
15+
from python3_anticaptcha import core, control, turnstile, fun_captcha, image_captcha
1616
from python3_anticaptcha.__version__ import __version__
1717

1818
# -- Project information -----------------------------------------------------

docs/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ Check our other projects here - `RedPandaDev group <https://red-panda-dev.xyz/bl
2424
:maxdepth: 3
2525
:caption: Captcha examples:
2626

27+
modules/control/example.rst
2728
modules/turnstile/example.rst
2829
modules/image/example.rst
29-
modules/control/example.rst
30+
modules/fun-captcha/example.rst
3031

3132
.. toctree::
3233
:maxdepth: 2
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
FunCaptcha
2+
==========
3+
4+
To import this module:
5+
6+
.. code-block:: python
7+
8+
from python3_anticaptcha.fun_captcha import FunCaptcha
9+
10+
11+
.. autoclass:: python3_anticaptcha.fun_captcha.FunCaptcha
12+
:members:

src/python3_anticaptcha/FunCaptchaTask.py

Lines changed: 0 additions & 152 deletions
This file was deleted.

src/python3_anticaptcha/FunCaptchaTaskProxyless.py

Lines changed: 0 additions & 133 deletions
This file was deleted.

0 commit comments

Comments
 (0)