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 New Issue
Block a user