fix typo
authorStephan Reichholf <sreichholf@users.schwerkraft.elitedvb.net>
Sun, 28 Mar 2010 22:11:00 +0000 (22:11 +0000)
committerStephan Reichholf <sreichholf@users.schwerkraft.elitedvb.net>
Sun, 28 Mar 2010 22:11:00 +0000 (22:11 +0000)
webinterface/src/WebComponents/Sources/EPG.py

index 6ecbf7d..1538561 100644 (file)
@@ -99,7 +99,7 @@ class EPG(Source):
                        if not param["endTime"] is None:
                                endtime = int( float(param["endTime"]) )
                                if endtime < 0:
-                                       enditme = -1
+                                       endtime = -1
                                
                events = self.epgcache.lookupEvent([options , (service, 0, time, endtime)]);