From 84104f608311b75277a1140686b2a183719ea7b7 Mon Sep 17 00:00:00 2001 From: hmwl <402245847@qq.com> Date: Sat, 9 Nov 2024 16:33:32 +0800 Subject: [PATCH] Add API polling to check the execution progress status of the current task --- execution.py | 1 - 1 file changed, 1 deletion(-) diff --git a/execution.py b/execution.py index f23bdd22..c38e00af 100644 --- a/execution.py +++ b/execution.py @@ -56,7 +56,6 @@ class IsChangedCache: class_type = node["class_type"] class_def = nodes.NODE_CLASS_MAPPINGS[class_type] #Initialization statistics - # print("任务包含的节点",node_id) reset_node_counts() #Initialization statistics if not hasattr(class_def, "IS_CHANGED"):