diff --git a/changelog.txt b/changelog.txt index 69e0ee9..a0e6608 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,7 @@ Version 1.1.3 added file chunk support for dropbox uploads fixed settings duplicate ids, thanks aster-anto +added scheduler delay to assist with time sync (rpi mostly) Version 1.1.2 diff --git a/scheduler.py b/scheduler.py index 66b3e46..01c5241 100644 --- a/scheduler.py +++ b/scheduler.py @@ -22,6 +22,9 @@ class BackupScheduler: if(self.enabled == "true"): + #sleep for 2 minutes so Kodi can start and time can update correctly + xbmc.Monitor().waitForAbort(120) + nr = 0 if(xbmcvfs.exists(self.next_run_path)):