Update conf.py

This commit is contained in:
Andrei 2023-03-17 02:28:19 +03:00
parent ae13b73e55
commit 2daed1c6a8
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ from pallets_sphinx_themes import ProjectLink
os.chdir("../")
sys.path.insert(0, os.path.abspath("src/"))
for x in os.walk("src/python3_captchaai/"):
for x in os.walk("src/python3_anticaptcha/"):
sys.path.insert(0, x[0])
from python3_anticaptcha import core, turnstile
@ -17,7 +17,7 @@ from python3_anticaptcha.__version__ import __version__
# -- Project information -----------------------------------------------------
project = "python3-anticaptcha"
copyright = "2022, AndreiDrang"
copyright = "2023, AndreiDrang"
author = "AndreiDrang"
# -- General configuration ---------------------------------------------------