diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-06-28 10:52:40 -0700 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-06-28 10:54:23 -0700 |
| commit | 2cc3ff395003eac98b1708c2579d4a544d28a703 (patch) | |
| tree | 07ac8f2a3f3454e57e2099d474b214de3f4bd3ae /client/conversation.py | |
| parent | 1744368ac1889fe0767f04d55e8f928553c8db1c (diff) | |
| download | jasper-client-2cc3ff395003eac98b1708c2579d4a544d28a703.tar.gz jasper-client-2cc3ff395003eac98b1708c2579d4a544d28a703.zip | |
Removed extra whitespace and unused import
Diffstat (limited to 'client/conversation.py')
| -rwxr-xr-x | client/conversation.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/conversation.py b/client/conversation.py index 29a8e89..bad5073 100755 --- a/client/conversation.py +++ b/client/conversation.py @@ -26,7 +26,7 @@ class Conversation(object): except: self.mic.say("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.") music_mode = MusicMode(self.persona, self.mic) music_mode.handleForever() |
