zhangyong 1 năm trước cách đây
mục cha
commit
a9d6e294ce
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      common/material.py

+ 0 - 1
common/material.py

@@ -51,7 +51,6 @@ class Material():
             number = {"audio_id": account_name,"text": text}
             list.append(number)
         list = random.choice(list)
-        print("随机获取音频+字幕为:"+list)
         audio_id = list['audio_id']
         srt = list['text']
         return audio_id, srt