diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-30 17:29:34 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-30 17:29:34 +0200 |
| commit | a0a35dcf2159b60e6672eed5c74f238de5f61e4c (patch) | |
| tree | 4c4d53bbf4121c84c30b2f3531ed12dcbd8e48b6 /client | |
| parent | ddd893ea290ad57cf78daae4ea4d5ae0793e64c7 (diff) | |
| download | jasper-client-a0a35dcf2159b60e6672eed5c74f238de5f61e4c.tar.gz jasper-client-a0a35dcf2159b60e6672eed5c74f238de5f61e4c.zip | |
Readd missing line in conversation.py
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() |
