AutoPoller.py: fix missing import
[vuplus_dvbapp-plugin] / autotimer / src / AutoTimerComponent.py
index 363e8e6..52f1f05 100644 (file)
@@ -605,7 +605,7 @@ class AutoTimerFastscanComponent(AutoTimerComponent):
                                        append(':'.join(comp[3:]))
 
                        serviceHandler = eServiceCenter.getInstance()
-                       for bouquet in bouquets + addbouquets:
+                       for bouquet in self.bouquets + addbouquets:
                                myref = eServiceReference(str(bouquet))
                                mylist = serviceHandler.list(myref)
                                if mylist is not None: