We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78593e3 commit ce00345Copy full SHA for ce00345
scrapegraphai/nodes/conditional_node.py
@@ -41,7 +41,7 @@ def __init__(self,
41
key_name (str): The name of the key to check in the state.
42
"""
43
44
- super().__init__(node_name, "node", input, output, 2, node_config)
+ #super().__init__(node_name, "node", input, output, 2, node_config)
45
46
47
def execute(self, state: dict) -> dict:
0 commit comments