mirror of
https://github.com/robweber/xbmcbackup.git
synced 2025-06-22 10:43:42 +02:00
Merge branch 'master' of https://github.com/robweber/xbmcbackup into frodo-dev
This commit is contained in:
@ -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)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user