Skip to content

Commit

Permalink
[Recordtimer.py] Save to xml after clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Huevos committed Jan 22, 2019
1 parent a4c9ec2 commit ca3511a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions RecordTimer.py
Expand Up @@ -1351,3 +1351,11 @@ def removeEntry(self, entry):

def shutdown(self):
self.saveTimer()

def cleanup(self):
timer.Timer.cleanup(self)
self.saveTimer()

def cleanupDaily(self, days):
timer.Timer.cleanupDaily(self, days)
self.saveTimer()

0 comments on commit ca3511a

Please sign in to comment.