Merge branch 'master' of https://github.com/robweber/xbmcbackup into frodo-dev

This commit is contained in:
robweber 2012-10-22 14:21:03 -05:00
commit 77f138e159

View File

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