remove failing stop() implementation on destructor
This commit is contained in:
parent
a0eeea8fe3
commit
e917b920c8
@ -885,6 +885,3 @@ class dsp(object):
|
|||||||
return
|
return
|
||||||
self.stop()
|
self.stop()
|
||||||
self.start()
|
self.start()
|
||||||
|
|
||||||
def __del__(self):
|
|
||||||
self.stop()
|
|
||||||
|
Loading…
Reference in New Issue
Block a user