diff --git a/scheduler.py b/scheduler.py index 8afe4b8..050e45f 100644 --- a/scheduler.py +++ b/scheduler.py @@ -69,6 +69,9 @@ class BackupScheduler: xbmc.sleep(500) + #delete monitor to free up memory + del self.monitor + def findNextRun(self,now): #find the cron expression and get the next run time cron_exp = self.parseSchedule()