mirror of
				https://github.com/robweber/xbmcbackup.git
				synced 2025-11-03 19:02:14 +01:00 
			
		
		
		
	added timeout on startup to allow time to sync
This commit is contained in:
		@@ -2,6 +2,7 @@ Version 1.1.3
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
added file chunk support for dropbox uploads
 | 
					added file chunk support for dropbox uploads
 | 
				
			||||||
fixed settings duplicate ids, thanks aster-anto
 | 
					fixed settings duplicate ids, thanks aster-anto
 | 
				
			||||||
 | 
					added scheduler delay to assist with time sync (rpi mostly)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Version 1.1.2
 | 
					Version 1.1.2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -22,6 +22,9 @@ class BackupScheduler:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        if(self.enabled == "true"):
 | 
					        if(self.enabled == "true"):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            #sleep for 2 minutes so Kodi can start and time can update correctly
 | 
				
			||||||
 | 
					            xbmc.Monitor().waitForAbort(120)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            nr = 0
 | 
					            nr = 0
 | 
				
			||||||
            if(xbmcvfs.exists(self.next_run_path)):
 | 
					            if(xbmcvfs.exists(self.next_run_path)):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user