Skip to content

Commit 830daee

Browse files
committed
Update search_link_node.py
1 parent da0b744 commit 830daee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapegraphai/nodes/search_link_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,4 +124,4 @@ def execute(self, state: dict) -> dict:
124124
relevant_links += answer
125125

126126
state.update({self.output[0]: relevant_links})
127-
return state
127+
return state

0 commit comments

Comments
 (0)