self.screen = SCREEN_HOME
exit, songFile, playMode, displayNotes, wiimoteIndex = \
self.selectSongAndOptions(songFile, playMode, displayNotes, wiimoteIndex)
- if exit : break
+ if exit :
+ WT.quit()
+ break
self.screen = SCREEN_INSTRUMENTS
pass
def get_count(self) :
return None
+ def quit(self) :
+ pass