diff options
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Screens/TimerEdit.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Screens/TimerEdit.py b/lib/python/Screens/TimerEdit.py index ec8b11cb..86bd4e03 100644 --- a/lib/python/Screens/TimerEdit.py +++ b/lib/python/Screens/TimerEdit.py @@ -87,6 +87,6 @@ class TimerEditList(Screen): def finishedAdd(self, answer): if (answer[0]): - print "Added timer" + self.session.nav.RecordTimer.record(answer[1]) else: print "Timeredit aborted"
\ No newline at end of file |
