回答編集履歴

1

コードの不要コメント削除

2018/03/22 09:00

投稿

KSwordOfHaste
KSwordOfHaste

スコア18394

test CHANGED
@@ -55,10 +55,6 @@
55
55
  def run_tts(t):
56
56
 
57
57
  tts = gTTS(text=t, lang='en', slow=True)
58
-
59
- # tts.save("hello.mp3")
60
-
61
- # with open(tmp_name, 'wb') as f:
62
58
 
63
59
  f = io.BytesIO()
64
60