X-Git-Url: https://scm.cri.mines-paristech.fr/git/minwii.git/blobdiff_plain/9845b232ab53ef98733306299e1a52afbabb4e70..9aa039bd2cca029a2b811fa40ead98298a0ce6ec:/src/minwii/app.py diff --git a/src/minwii/app.py b/src/minwii/app.py index f36094c..d456b8e 100755 --- a/src/minwii/app.py +++ b/src/minwii/app.py @@ -73,15 +73,13 @@ class MinWii(object): if exit : break WT.selectWiimote(wiimoteIndex) - WT.resume() instrumentDescription = self.selectInstrument() if not instrumentDescription : - WT.pause() continue + WT.resume() self.runPlayingScreen(songFile, playMode, instrumentDescription) - WT.pause()