mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-14 20:35:48 +01:00
clean up monitor on exit
This commit is contained in:
parent
dcfb5a1f89
commit
fbd53619cb
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user