Update conf.py
This commit is contained in:
parent
7ce79cbb1d
commit
ec9240160b
|
@ -12,7 +12,7 @@ sys.path.insert(0, os.path.abspath("src/"))
|
|||
for x in os.walk("src/python3_anticaptcha/"):
|
||||
sys.path.insert(0, x[0])
|
||||
|
||||
from python3_anticaptcha import core, control, gee_test, turnstile, fun_captcha, image_captcha
|
||||
from python3_anticaptcha import core, control, gee_test, turnstile, custom_task, fun_captcha, image_captcha
|
||||
from python3_anticaptcha.__version__ import __version__
|
||||
|
||||
# -- Project information -----------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue