From b58b8220c1f3f20e97ca806cf8db0e334b920f4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Tue, 21 Jun 2016 14:10:07 +0200 Subject: Reduce memory --- music_sampler.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'music_sampler.py') diff --git a/music_sampler.py b/music_sampler.py index c17f7bf..6fed26b 100644 --- a/music_sampler.py +++ b/music_sampler.py @@ -78,9 +78,3 @@ while 1: pygame.display.flip() draw_lock.release() - -#### In Ipython #### -# for thread in threading.enumerate(): -# if thread.getName()[0:2] != "MS": -# continue -# thread.join() -- cgit v1.2.3