mirror of
				https://github.com/robweber/xbmcbackup.git
				synced 2025-11-03 19:02:14 +01:00 
			
		
		
		
	Merge branch 'master' into krypton
This commit is contained in:
		@@ -22,9 +22,9 @@ class BackupScheduler:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
        if(self.enabled == "true"):
 | 
					        if(self.enabled == "true"):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					            nr = 0
 | 
				
			||||||
            if(xbmcvfs.exists(self.next_run_path)):
 | 
					            if(xbmcvfs.exists(self.next_run_path)):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                nr = 0
 | 
					 | 
				
			||||||
                fh = xbmcvfs.File(self.next_run_path)
 | 
					                fh = xbmcvfs.File(self.next_run_path)
 | 
				
			||||||
                try:
 | 
					                try:
 | 
				
			||||||
                    #check if we saved a run time from the last run
 | 
					                    #check if we saved a run time from the last run
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user