aboutsummaryrefslogtreecommitdiff
path: root/RecordTimer.py
diff options
context:
space:
mode:
Diffstat (limited to 'RecordTimer.py')
-rw-r--r--RecordTimer.py8
1 files changed, 4 insertions, 4 deletions
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):