use the right method
This commit is contained in:
parent
364c7eb505
commit
f1619b81fe
@ -40,7 +40,7 @@ class MappedSdrSources(PropertyDelegator):
|
|||||||
|
|
||||||
def _removeSource(self, key):
|
def _removeSource(self, key):
|
||||||
if key in self:
|
if key in self:
|
||||||
self[key].shutdown()
|
self[key].stop()
|
||||||
for sub in self.subscriptions[key]:
|
for sub in self.subscriptions[key]:
|
||||||
sub.cancel()
|
sub.cancel()
|
||||||
del self.subscriptions[key]
|
del self.subscriptions[key]
|
||||||
|
Loading…
Reference in New Issue
Block a user