AutoPoller.py: fix missing import
[vuplus_dvbapp-plugin] / autotimer / src / AutoTimerOverview.py
index b1dabfb..dd3ea29 100644 (file)
@@ -228,7 +228,7 @@ class AutoTimerOverview(Screen, HelpableScreen):
                ret = ret and ret[1]
                if ret:
                        if ret == "preview":
-                               total, new, modified, timers = self.autotimer.parseEPG(simulateOnly = True)
+                               total, new, modified, timers, conflicts = self.autotimer.parseEPG(simulateOnly = True)
                                self.session.open(
                                        AutoTimerPreview,
                                        timers