subtitle 대기 시간 증가
parent
01c1cacb84
commit
a6a98c7137
|
|
@ -170,7 +170,7 @@ async def generate_video(
|
|||
logger.info(f"[generate_video] Check subtitle done task_id: {task_id}")
|
||||
break
|
||||
await asyncio.sleep(5)
|
||||
if count > 12 :
|
||||
if count > 60 :
|
||||
raise Exception("subtitle 결과 생성 실패")
|
||||
count += 1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue