mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 14:07:32 +00:00
remove failing stop() implementation on destructor
This commit is contained in:
parent
a0eeea8fe3
commit
e917b920c8
1 changed files with 0 additions and 3 deletions
|
|
@ -885,6 +885,3 @@ class dsp(object):
|
|||
return
|
||||
self.stop()
|
||||
self.start()
|
||||
|
||||
def __del__(self):
|
||||
self.stop()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue