Need to pass "true" to force update after backup is run

This commit is contained in:
robweber 2012-10-22 14:19:03 -05:00
parent 2fd7b130c7
commit e2f048e778

View File

@ -44,7 +44,8 @@ class BackupScheduler:
#run the job in backup mode, hiding the dialog box #run the job in backup mode, hiding the dialog box
backup = XbmcBackup() backup = XbmcBackup()
backup.run(XbmcBackup.Backup,True) backup.run(XbmcBackup.Backup,True)
self.findNextRun(now,True)
else:
self.findNextRun(now) self.findNextRun(now)
time.sleep(10) time.sleep(10)