no chapter_dict show
This commit is contained in:
@@ -210,7 +210,7 @@ class ASEngineClient:
|
||||
|
||||
# 发送数据
|
||||
self.sio.emit(route, data, namespace=self.namespace)
|
||||
print(f"Sent text to route '{route}': {text}")
|
||||
print(f"Sent text to route '{route}': {text[:20]}")
|
||||
|
||||
# 如果不需要等待ACK,直接返回True
|
||||
if not wait_for_ack:
|
||||
|
||||
Reference in New Issue
Block a user