clean up monitor on exit

This commit is contained in:
Rob Weber 2013-09-09 13:27:59 -05:00
parent dcfb5a1f89
commit fbd53619cb

View File

@ -69,6 +69,9 @@ class BackupScheduler:
xbmc.sleep(500) xbmc.sleep(500)
#delete monitor to free up memory
del self.monitor
def findNextRun(self,now): def findNextRun(self,now):
#find the cron expression and get the next run time #find the cron expression and get the next run time
cron_exp = self.parseSchedule() cron_exp = self.parseSchedule()