From 2cc3ff395003eac98b1708c2579d4a544d28a703 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 28 Jun 2014 10:52:40 -0700 Subject: Removed extra whitespace and unused import --- client/conversation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') 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() -- cgit v1.3.1