X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/094b454c7e3b86cdcff697bb68cd367e53ba9e8e..4580c9fc0c1b1677472f822deca21b53ecba45a6:/RecordTimer.py diff --git a/RecordTimer.py b/RecordTimer.py index 37208ddc..286d523b 100644 --- a/RecordTimer.py +++ b/RecordTimer.py @@ -67,10 +67,10 @@ class RecordTimer(Timer): self.Filename = "timers.xml" -# try: - self.loadTimer() -# except: -# print "unable to load timers from file!" + try: + self.loadTimer() + except: + print "unable to load timers from file!" def loadTimer(self):