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 a1d651b commit dbbc0d5Copy full SHA for dbbc0d5
utils.py
@@ -13,7 +13,7 @@ def import_custom_nodes() -> None:
13
"""
14
import asyncio
15
import execution
16
- from nodes import init_custom_nodes
+ from nodes import init_extra_nodes
17
import server
18
19
# Creating a new event loop and setting it as the default loop
@@ -25,7 +25,7 @@ def import_custom_nodes() -> None:
25
execution.PromptQueue(server_instance)
26
27
# Initializing custom nodes
28
- init_custom_nodes()
+ init_extra_nodes()
29
30
31
def find_path(name: str, path: str = None) -> str:
0 commit comments