X-Git-Url: https://scm.cri.ensmp.fr/git/minwii.git/blobdiff_plain/9df37cf5c91975214a341a58e703c5b8f826ab45..34e762ab5474402903de7fe2f43644fd7fb85f37:/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()