mirror of
				https://github.com/robweber/xbmcbackup.git
				synced 2025-11-03 19:02:14 +01:00 
			
		
		
		
	fixed copy() with put()
This commit is contained in:
		@@ -137,7 +137,7 @@ class DropboxFileSystem(Vfs):
 | 
			
		||||
            except:
 | 
			
		||||
                #if we have an exception retry
 | 
			
		||||
                retry = True
 | 
			
		||||
                return self.copy(source,dest)
 | 
			
		||||
                return self.put(source,dest)
 | 
			
		||||
        else:
 | 
			
		||||
            return False
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user