Inputs folder change

This commit is contained in:
Alex
2023-02-07 10:52:03 +00:00
parent c94866e9e9
commit 08215248d7
2 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ def get_user_permission():
dotenv.load_dotenv()
# Here we load in the data in the format that Notion exports it in.
ps = list(Path("scikit-learn").glob("**/*.rst"))
ps = list(Path("inputs").glob("**/*.rst"))
# parse all child directories
data = []