chore: fixed typo in API endpoint parameter

This commit is contained in:
indmind
2025-02-11 05:39:00 -06:00
committed by GitHub
parent b7e3687757
commit d511aac301
+1 -1
View File
@@ -45,7 +45,7 @@ class MainFunctions:
print("\n\nNODE RESULTS FROM UNFILTERED QUERY\n")
if args.markdown:
node_markdown = self._dataframe_to_markdown(node_df, ["RESULT"], ["API EDNPOINT"])
node_markdown = self._dataframe_to_markdown(node_df, ["RESULT"], ["API ENDPOINT"])
print(node_markdown, "\n")
else:
self.print_neat_dict(node_dict)