mirror of
https://github.com/robweber/xbmcbackup.git
synced 2025-06-22 10:43:42 +02: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