mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-07-01 21:00:48 +08:00
fix: broken node
This commit is contained in:
parent
6e56925355
commit
1272273499
@ -41,7 +41,8 @@ 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