@@ -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):