Add API polling to check the execution progress status of the current task

This commit is contained in:
hmwl 2024-11-09 16:33:32 +08:00
parent beb66a7f33
commit 84104f6083
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ class IsChangedCache:
class_type = node["class_type"]
class_def = nodes.NODE_CLASS_MAPPINGS[class_type]
#Initialization statistics <start>
# print("任务包含的节点",node_id)
reset_node_counts()
#Initialization statistics <end>
if not hasattr(class_def, "IS_CHANGED"):