diff options
Diffstat (limited to 'client')
| -rw-r--r-- | client/conversation.py | 1 |
1 files changed, 1 insertions, 0 deletions
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() |
