X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/68b9c0b37d880a7c98e63b6cda04cd4457a29f47..1024b449f8548eb7a77361ff9d8113ab4ab7a27f:/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 -