Skip to content

Commit

Permalink
Minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adithya-aiplanet authored and tarun-aiplanet committed May 27, 2024
1 parent ce885b1 commit b249a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/beyondllm/loaders/notionLoader.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def load(self, path):

if isinstance(path, str):
page_ids.append(path)
elif isinstance(input, list):
elif isinstance(path, list):
page_ids.extend(path)

loader = NotionPageReader(integration_token=integration_token)
Expand Down

0 comments on commit b249a04

Please sign in to comment.