mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-30 09:03:15 +00:00
Inputs folder change
This commit is contained in:
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user