mirror of
https://github.com/robweber/xbmcbackup.git
synced 2024-11-14 20:35:48 +01:00
Merge branch 'master' of https://github.com/robweber/xbmcbackup into frodo-dev
This commit is contained in:
commit
77f138e159
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user