Skip to content

Commit 1272273

Browse files
committed
fix: broken node
1 parent 6e56925 commit 1272273

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scrapegraphai/nodes/conditional_node.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ 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)
45+
4546

4647

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

0 commit comments

Comments
 (0)