Skip to content

Commit 1f74456

Browse files
committed
read all other remain data from subprocess
1 parent 8c48e59 commit 1f74456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/service/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def start_task_with_subprocess(uid: str, cmd_file: str, request: Any):
230230
session_manager.end_session_with_ease_voice_response(uid, resp)
231231
session_manager.remove_session_subprocess(uid)
232232
else:
233-
continue
233+
print(data.other)
234234

235235

236236
def _check_session(uid: str, task_name: str) -> Optional[EaseVoiceResponse]:

0 commit comments

Comments
 (0)