bugfix
This commit is contained in:
parent
40ea5e12a9
commit
2db336b5db
@ -196,7 +196,7 @@ class IndustrialSkillEngine:
|
||||
debug('End Data')
|
||||
break;
|
||||
debug(f'{data=}, {type(data)=}')
|
||||
yield json.dump(data, ensure_ascii=False) + '\n'
|
||||
yield json.dumps(data, ensure_ascii=False) + '\n'
|
||||
await asyncio.sleep(0.1)
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user