diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-12-04 17:30:08 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-12-04 17:30:08 +0100 |
| commit | 0c55a8e7e3eada51d24c7bc74446ecf9c255505d (patch) | |
| tree | 052413d8d87d5dd8a72c7794b9424971b67c0dc5 /client/modules | |
| parent | 68e5c979ad6f643af23a8c1e5895c8bb38527328 (diff) | |
| parent | 631d6841a96db0b50fd2ebd2d23dc669fe30afee (diff) | |
| download | jasper-client-0c55a8e7e3eada51d24c7bc74446ecf9c255505d.tar.gz jasper-client-0c55a8e7e3eada51d24c7bc74446ecf9c255505d.zip | |
Merge pull request #259 from Holzhaus/print-overhaul
Print overhaul
Diffstat (limited to 'client/modules')
| -rw-r--r-- | client/modules/MPDControl.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/modules/MPDControl.py b/client/modules/MPDControl.py index 2548237..ee0904b 100644 --- a/client/modules/MPDControl.py +++ b/client/modules/MPDControl.py @@ -131,10 +131,10 @@ class MusicMode(object): # self.mic.say("Found songs") # self.music.play(songs = songs) - # print "SONG RESULTS" - # print "============" + # print("SONG RESULTS") + # print("============") # for song in songs: - # print "Song: %s Artist: %s" % (song.title, song.artist) + # print("Song: %s Artist: %s" % (song.title, song.artist)) # self.mic.say("Playing %s" % self.music.current_song()) |
