Skip to content

Commit

Permalink
fix: conditional node
Browse files Browse the repository at this point in the history
  • Loading branch information
VinciGit00 committed Aug 9, 2024
1 parent 78593e3 commit ce00345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrapegraphai/nodes/conditional_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __init__(self,
key_name (str): The name of the key to check in the state.
"""

super().__init__(node_name, "node", input, output, 2, node_config)
#super().__init__(node_name, "node", input, output, 2, node_config)


def execute(self, state: dict) -> dict:
Expand Down

0 comments on commit ce00345

Please sign in to comment.