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:
self.cancel()
print('SoundDummyDriver: playFrequence:' + ' freq:' + str(frequence) + ' duration:' + str(duration) + ' adjustVolume:' + str(adjustVolume) )
print('SoundDummyDriver: -----------------------------------')')
print('SoundDummyDriver: -----------------------------------')
def playSoundFile(self, filePath, interrupt = True):
if not self._initialized: