From a0a35dcf2159b60e6672eed5c74f238de5f61e4c Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 30 Sep 2014 17:29:34 +0200 Subject: Readd missing line in conversation.py --- client/conversation.py | 1 + 1 file changed, 1 insertion(+) (limited to 'client/conversation.py') diff --git a/client/conversation.py b/client/conversation.py index 003a700..a5b2f8c 100644 --- a/client/conversation.py +++ b/client/conversation.py @@ -35,6 +35,7 @@ class Conversation(object): "I'm sorry. It seems that Spotify is not enabled. Please read the documentation to learn how to configure Spotify.") return + self.mic.say("Please give me a moment, I'm loading your Spotify playlists.") self._logger.debug("Starting music mode") music_mode = MusicMode(self.persona, self.mic) music_mode.handleForever() -- cgit v1.3.1