This commit is contained in:
yumoqing 2025-11-06 11:13:04 +08:00
parent 9f7ba9781d
commit 9b9bee6836

View File

@ -14,6 +14,7 @@ async def transcribe(request, *args, **kw):
async def get_status(request, *args, **kw):
env = request._run_ns
debug(f'get_status():{env.params_kw.task_id=}')
ret = await env.fastwhisper.get_status(env.params_kw.task_id)
return ret