fix: broken node

This commit is contained in:
Marco Vinciguerra 2024-08-09 17:35:43 +02:00
parent 6e56925355
commit 1272273499

View File

@ -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: