mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-05 14:37:09 +00:00
use the right method
This commit is contained in:
parent
364c7eb505
commit
f1619b81fe
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ class MappedSdrSources(PropertyDelegator):
|
|||
|
||||
def _removeSource(self, key):
|
||||
if key in self:
|
||||
self[key].shutdown()
|
||||
self[key].stop()
|
||||
for sub in self.subscriptions[key]:
|
||||
sub.cancel()
|
||||
del self.subscriptions[key]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue