diff options
Diffstat (limited to 'lib/python/Components/TimerList.py')
| -rw-r--r-- | lib/python/Components/TimerList.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/TimerList.py b/lib/python/Components/TimerList.py index 793bed4c..dbc0cfc7 100644 --- a/lib/python/Components/TimerList.py +++ b/lib/python/Components/TimerList.py @@ -22,7 +22,7 @@ RT_WRAP = 32 # | <Service> <Name of the Timer> | # | <start> <end> | # -def TimerEntry(timer, processed): +def TimerEntryComponent(timer, processed): res = [ timer ] |
