diff --git a/scheduler.py b/scheduler.py index 04e821f..42f00c7 100644 --- a/scheduler.py +++ b/scheduler.py @@ -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)