summaryrefslogtreecommitdiff
path: root/src/speech-service/test-speech.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/speech-service/test-speech.py')
-rwxr-xr-xsrc/speech-service/test-speech.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/speech-service/test-speech.py b/src/speech-service/test-speech.py
index 0f99e13..fd833df 100755
--- a/src/speech-service/test-speech.py
+++ b/src/speech-service/test-speech.py
@@ -78,7 +78,7 @@ bus.add_signal_receiver(catch_speech_notifyTTSStatus_signal_handler, \
dbus_interface = "org.genivi.hmi.speechservice.SpeechOutput", \
signal_name = "notifyTTSStatus")
-speech = bus.get_object('org.genivi.hmi.speechservice.SpeechOutput','/org/genivi/speechservice/SpeechOutput')
+speech = bus.get_object('org.genivi.hmi.speechservice.SpeechOutput','/org/genivi/hmi/speechservice/SpeechOutput')
g_speech_interface = dbus.Interface(speech, dbus_interface='org.genivi.hmi.speechservice.SpeechOutput')
g_speech_interface.addTextChunk(dbus.String("Hello"))