Parcourir la source

Oops (indentation woes)

Graham Northup il y a 10 ans
Parent
commit
4b49620902
1 fichiers modifiés avec 1 ajouts et 4 suppressions
  1. 1 4
      broadcast.py

+ 1 - 4
broadcast.py

@@ -348,10 +348,7 @@ class NSThread(threading.Thread):
                             print (time.time() - BASETIME), cl, ': PLAY', pitch, dur, vel
 			self.wait_for(dur - ((time.time() - BASETIME) - factor*ttime))
                 if options.verbose:
-                    print (time.time() - BASETIME), cl, ': PLAY', pitch, dur, vel
-                self.wait_for(dur - ((time.time() - BASETIME) - factor*ttime))
-            if options.verbose:
-                print '% 6.5f'%(time.time() - BASETIME,), cl, ': DONE'
+                    print '% 6.5f'%(time.time() - BASETIME,), cl, ': DONE'
 
     threads = []
     for ns in notestreams: