mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: Wireless cyclic index remains unchanged (#4083)
This commit is contained in:
parent
15af6c97f8
commit
525e2091b0
|
|
@ -115,6 +115,7 @@ def generate_while_loop(current_index: int):
|
|||
index = current_index
|
||||
while True:
|
||||
yield index, index
|
||||
index += 1
|
||||
|
||||
|
||||
def loop(workflow_manage_new_instance, node: INode, generate_loop):
|
||||
|
|
|
|||
Loading…
Reference in New Issue