Update generic.py
This commit is contained in:
parent
dc1fcc8e04
commit
a5a2d6f453
@ -32,6 +32,8 @@ class driver():
|
|||||||
def cancel(self):
|
def cancel(self):
|
||||||
if self.soundType == 'file':
|
if self.soundType == 'file':
|
||||||
self.proc.kill()
|
self.proc.kill()
|
||||||
|
if self.soundType == 'frequence':
|
||||||
|
self.proc.kill()
|
||||||
self.soundType = ''
|
self.soundType = ''
|
||||||
def setCallback(self, callback):
|
def setCallback(self, callback):
|
||||||
pass
|
pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user