Skip to content

Commit c999a0e

Browse files
committed
fix
1 parent 921d9fd commit c999a0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyWrapper.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ int PyWrapper::wrapperOnceExecAsync(const char *usrTag, std::map <std::string, s
355355
int ret = 0;
356356
params["sid"] = sid;
357357
// 执行python exec 推理
358-
py::object r = _wrapperOnceExecAsync(params, reqData, sid, psrId);
358+
py::object r = _wrapperOnceExecAsync(params, reqData, usrTag, psrId);
359359
// 此段根据python的返回 ,回写 respData
360360
spdlog::info("start wrapperExecAsync cast python resp to c++ object, thread_id: {}, sid: {}", gettid(), sid);
361361
ret = r.cast<int>();

0 commit comments

Comments
 (0)