mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
use the right method
This commit is contained in:
parent
364c7eb505
commit
f1619b81fe
|
|
@ -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…
Reference in a new issue