small speedups/cleanups by moritz venn
[vuplus_dvbapp] / lib / python / Components / TimerList.py
index f847437..a237c36 100644 (file)
@@ -25,7 +25,7 @@ class TimerList(HTMLComponent, GUIComponent, object):
                if timer.repeated:
                        flags = timer.repeated
                        count = 0
-                       for x in range(0, 7):
+                       for x in (0, 1, 2, 3, 4, 5, 6):
                                        if (flags & 1 == 1):
                                                if (count != 0):
                                                        repeatedtext += ", "