Skip to content

Commit c19d83f

Browse files
authored
Update fetch_node.py
1 parent f2260ce commit c19d83f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/single_node/fetch_node.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# ************************************************
1010

1111

12-
robots_node = FetchNode(
12+
fetch_node = FetchNode(
1313
input="url | local_dir",
1414
output=["doc"],
1515
node_config={
@@ -25,6 +25,6 @@
2525
"url": "https://twitter.com/home"
2626
}
2727

28-
result = robots_node.execute(state)
28+
result = fetch_node.execute(state)
2929

3030
print(result)

0 commit comments

Comments
 (0)