Skip to content

Commit ce00345

Browse files
committed
fix: conditional node
1 parent 78593e3 commit ce00345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scrapegraphai/nodes/conditional_node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __init__(self,
4141
key_name (str): The name of the key to check in the state.
4242
"""
4343

44-
super().__init__(node_name, "node", input, output, 2, node_config)
44+
#super().__init__(node_name, "node", input, output, 2, node_config)
4545

4646

4747
def execute(self, state: dict) -> dict:

0 commit comments

Comments
 (0)