Fix README path
This commit is contained in:
parent
56d70e7230
commit
89eafeaa10
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ from .models.comments import Comments
|
||||||
|
|
||||||
|
|
||||||
# For pdoc:
|
# For pdoc:
|
||||||
README_PATH = Path(__file__).parent.absolute() / Path('README.md')
|
README_PATH = Path(__file__).parent.parent.absolute() / Path('README.md')
|
||||||
try:
|
try:
|
||||||
with open(README_PATH, 'r', encoding="UTF-8") as readme:
|
with open(README_PATH, 'r', encoding="UTF-8") as readme:
|
||||||
__readme__ = readme.read()
|
__readme__ = readme.read()
|
||||||
|
|
Loading…
Reference in a new issue