The import for traceback is missing.

This commit is contained in:
tkyaji 2024-06-26 22:15:01 +09:00
parent 1f1755fe3d
commit d8ec4e1fee
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ import ffmpeg
import numpy as np
import av
from io import BytesIO
import traceback
def wav2(i, o, format):