summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rwxr-xr-xclient/conversation.py2
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()