bugfix
This commit is contained in:
parent
c163781467
commit
ea1e64ad3e
@ -191,7 +191,7 @@ class IndustrialSkillEngine:
|
||||
if not data:
|
||||
break;
|
||||
yield data
|
||||
asyncio.sleep(0.1)
|
||||
await asyncio.sleep(0.1)
|
||||
|
||||
|
||||
# --- 5. 主运行接口 ---
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user