ming 3 năm trước cách đây
mục cha
commit
06866516ab
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      api/main.py

+ 1 - 1
api/main.py

@@ -1029,7 +1029,7 @@ def call_speech(text,speaker):
     fw.close()
     shutil.copy(text+'.wav',speech_dest+text+'.wav')
     os.remove(text+'.wav')
-    notify_group("speech at www.choozmo.com:8168/"+speech_dest+text+".wav")
+    notify_group("speech at www.choozmo.com:8168/speech/"+text+".wav")
 
 
 def verify_jwt_token(token):