aboutsummaryrefslogtreecommitdiff
path: root/RecordTimer.py
diff options
context:
space:
mode:
Diffstat (limited to 'RecordTimer.py')
-rw-r--r--RecordTimer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/RecordTimer.py b/RecordTimer.py
index e42c168f..602828a6 100644
--- a/RecordTimer.py
+++ b/RecordTimer.py
@@ -105,7 +105,7 @@ class RecordTimer(timer.Timer):
def __init__(self):
timer.Timer.__init__(self)
- self.Filename = Directories.resolveFilename(Directories.SCOPE_USERETC, "timers.xml")
+ self.Filename = Directories.resolveFilename(Directories.SCOPE_CONFIG, "timers.xml")
try:
self.loadTimer()