mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
remove failing stop() implementation on destructor
This commit is contained in:
parent
a0eeea8fe3
commit
e917b920c8
|
|
@ -885,6 +885,3 @@ class dsp(object):
|
|||
return
|
||||
self.stop()
|
||||
self.start()
|
||||
|
||||
def __del__(self):
|
||||
self.stop()
|
||||
|
|
|
|||
Loading…
Reference in a new issue