mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-28 21:01:55 +08:00
fix: conditional node
This commit is contained in:
parent
78593e303a
commit
ce00345495
@ -41,7 +41,7 @@ class ConditionalNode(BaseNode):
|
||||
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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user