Merge pull request #19 from robweber/master

update Frodo with master
This commit is contained in:
robweber 2012-10-22 12:20:40 -07:00
commit 8ffbe3a791

View File

@ -44,8 +44,9 @@ 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)
self.findNextRun(now) else:
self.findNextRun(now)
time.sleep(10) time.sleep(10)