zhangyong hai 1 ano
pai
achega
0d907696a8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      video_agc/agc_video.py

+ 1 - 1
video_agc/agc_video.py

@@ -375,7 +375,7 @@ class AGC():
             try:
                 d_list = list_data[count]
                 uid = d_list['uid']  # 音频id
-                srt = d_list['text']  # srt
+                srt = str(d_list['text'])  # srt
                 cover = d_list['cover']
                 audio_title = d_list['title']
                 if srt and len(srt.strip()) >= 3: