X-Git-Url: https://scm.cri.ensmp.fr/git/minwii.git/blobdiff_plain/9845b232ab53ef98733306299e1a52afbabb4e70..369d4200cf5ae0a7a96f25c6d0e9f5f750302ed3:/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()