mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-03-08 06:03:52 +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