ming 3 år sedan
förälder
incheckning
06866516ab
1 ändrade filer med 1 tillägg och 1 borttagningar
  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):