dont interrupt sound

This commit is contained in:
chrys 2016-10-01 00:16:26 +02:00
parent 7ac04d992b
commit f1c3e25d91

View File

@ -91,7 +91,6 @@ class outputManager():
def interruptOutput(self):
self.env['runtime']['speechDriver'].cancel()
self.env['runtime']['soundDriver'].cancel()
def playSoundIcon(self, soundIcon = '', interrupt=True):
if soundIcon == '':