X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/68b9c0b37d880a7c98e63b6cda04cd4457a29f47..c2a4869e307a91ba25ff5c827505f884764d7b6c:/lib/python/Components/ServiceScan.py diff --git a/lib/python/Components/ServiceScan.py b/lib/python/Components/ServiceScan.py index 0064ff89..24bbc10e 100644 --- a/lib/python/Components/ServiceScan.py +++ b/lib/python/Components/ServiceScan.py @@ -86,8 +86,9 @@ class ServiceScan: self.scan.statusChanged.get().remove(self.scanStatusChanged) if not self.isDone(): print "*** warning *** scan was not finished!" + + del self.scan def isDone(self): print "state is %d " % (self.state) return self.state == self.Done or self.state == self.Error -