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