X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/44c32e4101acdeb6df3833f35e9c0719e993a2a5..cd3cd96e2ff4c6e6a9a38393e4d93167d30f74ea:/lib/python/Components/TimerList.py diff --git a/lib/python/Components/TimerList.py b/lib/python/Components/TimerList.py index f8474374..a237c364 100644 --- a/lib/python/Components/TimerList.py +++ b/lib/python/Components/TimerList.py @@ -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 += ", "