Fixed a typo in sound Dummy Driver

This commit is contained in:
Manuel Cortéz 2017-02-19 21:52:09 -06:00
parent 6b35481f0e
commit 7405baf527

View File

@ -28,7 +28,7 @@ class driver():
if interrupt: if interrupt:
self.cancel() self.cancel()
print('SoundDummyDriver: playFrequence:' + ' freq:' + str(frequence) + ' duration:' + str(duration) + ' adjustVolume:' + str(adjustVolume) ) print('SoundDummyDriver: playFrequence:' + ' freq:' + str(frequence) + ' duration:' + str(duration) + ' adjustVolume:' + str(adjustVolume) )
print('SoundDummyDriver: -----------------------------------')') print('SoundDummyDriver: -----------------------------------')
def playSoundFile(self, filePath, interrupt = True): def playSoundFile(self, filePath, interrupt = True):
if not self._initialized: if not self._initialized: